#1CC34B

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

Shades of Dark Pastel Green #1CC34B

Tints of Dark Pastel Green #1CC34B

Color information

#1CC34B (or 0x1CC34B) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, C3 and 4B. RGB value is (28,195,75). Sum of RGB (Red+Green+Blue) = 28+195+75=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC34B is #E33CB4. Grayscale: #838383. Windows color (decimal): -14892213 or 4965148. OLE color: 4965148.

HSL color Cylindrical-coordinate representation of color #1CC34B: hue angle of 136.89º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC34B is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB2819575-
CMYK0.8600.620.24
HSL136.89º74.89%43.73%-
HSV(B)136.89º85.64%76.47%-
XYZ21.2639.7913.22-
YUV131.3996.1754.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.40%
GREEN value IS 195 (76.56% from 255) = 65.44%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=9.40%
G=65.44%
B=25.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28195750.8600.620.24136.8974.8943.73
Hex1CC34B5603E18894b2c
Octal343031131260763021111354
Binary111001100001110010111010110011111011000100010011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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