Html Css Color HEX #02C32C Dark Pastel Green

📋 copy color: '#02C32C'

red 2 ◦ green 195 ◦ blue 44

#02C32C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #02C32C

Tints of Dark Pastel Green #02C32C

RGB

 RED value IS 2 (1.17% from 255) = 0.83%

 GREEN value IS 195 (76.56% from 255) = 80.91%

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 0.83%
G = 80.91%
B = 18.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#02C32C (or 0x02C32C) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 2C. RGB value is (2,195,44). Sum of RGB (Red+Green+Blue) = 2+195+44=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 195 (76.56% from 255 or 80.91% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 195 - color contains mainly: green. Hex color #02C32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C32C is #FD3CD3. Grayscale: #787878. Windows color (decimal): -16596180 or 2933506. OLE color: 2933506.

HSL color Cylindrical-coordinate representation of color #02C32C: hue angle of 133.06º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C32C is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 195 44 -
CMYK 0.99 0 0.77 0.24
HSL 133.06º 0.98% 0.39% -
HSV(B) 133.06º 0.99% 0.76% -
XYZ 19.99 39.22 8.9 -
YUV 120.08 85.06 43.78 -
System Red Green Blue C M Y K H S L
Decimal 2 195 44 0.99 0 0.77 0.24 133.06 0.98 0.39
Hex 2 C3 2C 63 0 4D 18 85 62 27
Octal 2 303 54 143 0 115 30 205 142 47
Binary 10 11000011 101100 1100011 0 1001101 11000 10000101 1100010 100111

Color Harmonies of #02C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C32C

Black with #02C32C

Text Example


Text Example

White with #02C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02C32C; }

 p { color: rgb(2,195,44); }

 H1.HeaderClassName
 {
   color: #02C32C;
 }
 .AnyTagClassName
 {
   color: #02C32C;
 }
</style>

background-color css

<style>
 a { background-color: #02C32C; }

 a { background-color: rgb(2,195,44); }

 div.DivClassName
 {
   background-color: #02C32C;
 }
 .BgClassName
 {
   background-color: #02C32C;
 }
</style>

border-color css

<style>
 span { border-color: #02C32C; }

 span { border-color: rgb(2,195,44); }

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