#1CB34B

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

Shades of Dark Pastel Green #1CB34B

Tints of Dark Pastel Green #1CB34B

Color information

#1CB34B (or 0x1CB34B) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, B3 and 4B. RGB value is (28,179,75). Sum of RGB (Red+Green+Blue) = 28+179+75=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB34B is #E34CB4. Grayscale: #7A7A7A. Windows color (decimal): -14896309 or 4961052. OLE color: 4961052.

HSL color Cylindrical-coordinate representation of color #1CB34B: hue angle of 138.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB34B is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB2817975-
CMYK0.8400.580.30
HSL138.68º72.95%40.59%-
HSV(B)138.68º84.36%70.2%-
XYZ17.873312.08-
YUV121.99101.4760.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.93%
GREEN value IS 179 (70.31% from 255) = 63.48%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=9.93%
G=63.48%
B=26.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal28179750.8400.580.30138.6872.9540.59
Hex1CB34B5403A1E8b4929
Octal342631131240723621311151
Binary111001011001110010111010100011101011110100010111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,179,75); }

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

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

 a { background-color: rgb(28,179,75); }

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

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

 span { border-color: rgb(28,179,75); }

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