Html Css Color HEX #02C32A Dark Pastel Green

📋 copy color: '#02C32A'

red 2 ◦ green 195 ◦ blue 42

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

Shades of Dark Pastel Green #02C32A

Tints of Dark Pastel Green #02C32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.57%

R = 0.84%
G = 81.59%
B = 17.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#02C32A (or 0x02C32A) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 2A. RGB value is (2,195,42). Sum of RGB (Red+Green+Blue) = 2+195+42=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 195 (76.56% from 255 or 81.59% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 195 - color contains mainly: green. Hex color #02C32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C32A is #FD3CD5. Grayscale: #787878. Windows color (decimal): -16596182 or 2802434. OLE color: 2802434.

HSL color Cylindrical-coordinate representation of color #02C32A: hue angle of 132.44º 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 #02C32A is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 195 42 -
CMYK 0.99 0 0.78 0.24
HSL 132.44º 0.98% 0.39% -
HSV(B) 132.44º 0.99% 0.76% -
XYZ 19.96 39.21 8.71 -
YUV 119.85 84.06 43.94 -
System Red Green Blue C M Y K H S L
Decimal 2 195 42 0.99 0 0.78 0.24 132.44 0.98 0.39
Hex 2 C3 2A 63 0 4E 18 84 62 27
Octal 2 303 52 143 0 116 30 204 142 47
Binary 10 11000011 101010 1100011 0 1001110 11000 10000100 1100010 100111

Color Harmonies of #02C32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C32A

Black with #02C32A

Text Example


Text Example

White with #02C32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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