#1CBF3C

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

Shades of Dark Pastel Green #1CBF3C

Tints of Dark Pastel Green #1CBF3C

Color information

#1CBF3C (or 0x1CBF3C) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, BF and 3C. RGB value is (28,191,60). Sum of RGB (Red+Green+Blue) = 28+191+60=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 191 (75% from 255 or 68.46% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBF3C is #E340C3. Grayscale: #7F7F7F. Windows color (decimal): -14893252 or 3981084. OLE color: 3981084.

HSL color Cylindrical-coordinate representation of color #1CBF3C: hue angle of 131.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBF3C is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB2819160-
CMYK0.8500.690.25
HSL131.78º74.43%42.94%-
HSV(B)131.78º85.34%74.9%-
XYZ19.9337.8310.53-
YUV127.339057.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.04%
GREEN value IS 191 (75% from 255) = 68.46%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=10.04%
G=68.46%
B=21.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28191600.8500.690.25131.7874.4342.94
Hex1CBF3C5504519844a2b
Octal342777412501053120411253
Binary111001011111111110010101010100010111001100001001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,191,60); }

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

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

 a { background-color: rgb(28,191,60); }

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

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

 span { border-color: rgb(28,191,60); }

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