#1bc235

Color #1BC235 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1BC235

Tints of Dark Pastel Green #1BC235

Color information

#1BC235 (or 0x1BC235) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, C2 and 35. RGB value is (27,194,53). Sum of RGB (Red+Green+Blue) = 27+194+53=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 194 (76.17% from 255 or 70.80% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC235 is #E43DCA. Grayscale: #808080. Windows color (decimal): -14958027 or 3523099. OLE color: 3523099.

HSL color Cylindrical-coordinate representation of color #1BC235: hue angle of 129.34º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC235 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB2719453-
CMYK0.8600.730.24
HSL129.34º75.57%43.33%-
HSV(B)129.34º86.08%76.08%-
XYZ20.3939.079.84-
YUV127.9985.6755.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 9.85%
GREEN value IS 194 (76.17% from 255) = 70.80%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=9.85%
G=70.80%
B=19.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27194530.8600.730.24129.3475.5743.33
Hex1BC2355604918814c2b
Octal333026512601113020111453
Binary110111100001011010110101100100100111000100000011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1bc235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1bc235; }

 p { color: rgb(27,194,53); }

 H1.HeaderClassName
 {
   color: #1bc235;
 }
 .AnyTagClassName
 {
   color: #1bc235;
 }
</style>
background-color css

<style>
 a { background-color: #1bc235; }

 a { background-color: rgb(27,194,53); }

 div.DivClassName
 {
   background-color: #1bc235;
 }
 .BgClassName
 {
   background-color: #1bc235;
 }
</style>
border-color css

<style>
 span { border-color: #1bc235; }

 span { border-color: rgb(27,194,53); }

 td.TdClassName
 {
   border-color: #1bc235;
 }
 .TagClassName
 {
   border-color: #1bc235;
 }
</style>