#1CB34A

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

Shades of Dark Pastel Green #1CB34A

Tints of Dark Pastel Green #1CB34A

Color information

#1CB34A (or 0x1CB34A) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, B3 and 4A. RGB value is (28,179,74). Sum of RGB (Red+Green+Blue) = 28+179+74=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 179 (70.31% from 255 or 63.70% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB34A is #E34CB5. Grayscale: #7A7A7A. Windows color (decimal): -14896310 or 4895516. OLE color: 4895516.

HSL color Cylindrical-coordinate representation of color #1CB34A: hue angle of 138.28º 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 #1CB34A is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB2817974-
CMYK0.8400.590.30
HSL138.28º72.95%40.59%-
HSV(B)138.28º84.36%70.2%-
XYZ17.8432.9811.9-
YUV121.88100.9761.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.96%
GREEN value IS 179 (70.31% from 255) = 63.70%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=9.96%
G=63.70%
B=26.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal28179740.8400.590.30138.2872.9540.59
Hex1CB34A5403B1E8a4929
Octal342631121240733621211151
Binary111001011001110010101010100011101111110100010101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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