#1CBB52

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

Shades of Dark Pastel Green #1CBB52

Tints of Dark Pastel Green #1CBB52

Color information

#1CBB52 (or 0x1CBB52) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, BB and 52. RGB value is (28,187,82). Sum of RGB (Red+Green+Blue) = 28+187+82=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 187 (73.44% from 255 or 62.96% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBB52 is #E344AD. Grayscale: #7F7F7F. Windows color (decimal): -14894254 or 5421852. OLE color: 5421852.

HSL color Cylindrical-coordinate representation of color #1CBB52: hue angle of 140.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBB52 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB2818782-
CMYK0.8500.560.27
HSL140.38º73.95%42.16%-
HSV(B)140.38º85.03%73.33%-
XYZ19.7736.413.97-
YUV127.49102.3257.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.43%
GREEN value IS 187 (73.44% from 255) = 62.96%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=9.43%
G=62.96%
B=27.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28187820.8500.560.27140.3873.9542.16
Hex1CBB52550381B8c4a2a
Octal342731221250703321411252
Binary111001011101110100101010101011100011011100011001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,187,82); }

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

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

 a { background-color: rgb(28,187,82); }

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

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

 span { border-color: rgb(28,187,82); }

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