#1BCC3C

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

Shades of Dark Pastel Green #1BCC3C

Tints of Dark Pastel Green #1BCC3C

Color information

#1BCC3C (or 0x1BCC3C) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, CC and 3C. RGB value is (27,204,60). Sum of RGB (Red+Green+Blue) = 27+204+60=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 204 (80.08% from 255 or 70.10% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCC3C is #E433C3. Grayscale: #878787. Windows color (decimal): -14955460 or 3984411. OLE color: 3984411.

HSL color Cylindrical-coordinate representation of color #1BCC3C: hue angle of 131.19º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCC3C is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB2720460-
CMYK0.8700.710.2
HSL131.19º76.62%45.29%-
HSV(B)131.19º86.76%80%-
XYZ22.8643.7411.51-
YUV134.6685.8651.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.28%
GREEN value IS 204 (80.08% from 255) = 70.10%
BLUE value IS 60 (23.83% from 255) = 20.62%
R=9.28%
G=70.10%
B=20.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal27204600.8700.710.2131.1976.6245.29
Hex1BCC3C5704714834d2d
Octal333147412701072420311555
Binary110111100110011110010101110100011110100100000111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,204,60); }

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

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

 a { background-color: rgb(27,204,60); }

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

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

 span { border-color: rgb(27,204,60); }

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