Html Css Color HEX #02CA29 Dark Pastel Green

📋 copy color: '#02CA29'

red 2 ◦ green 202 ◦ blue 41

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

Shades of Dark Pastel Green #02CA29

Tints of Dark Pastel Green #02CA29

RGB

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

 GREEN value IS 202 (79.3% from 255) = 82.45%

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 0.82%
G = 82.45%
B = 16.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#02CA29 (or 0x02CA29) is known color: Dark Pastel Green. HEX triplet: 02, CA and 29. RGB value is (2,202,41). Sum of RGB (Red+Green+Blue) = 2+202+41=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 202 (79.30% from 255 or 82.45% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CA29 is #FD35D6. Grayscale: #7C7C7C. Windows color (decimal): -16594391 or 2738690. OLE color: 2738690.

HSL color Cylindrical-coordinate representation of color #02CA29: hue angle of 131.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CA29 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 202 41 -
CMYK 0.99 0 0.80 0.21
HSL 131.7º 0.98% 0.4% -
HSV(B) 131.7º 0.99% 0.79% -
XYZ 21.55 42.41 9.15 -
YUV 123.85 81.24 41.09 -
System Red Green Blue C M Y K H S L
Decimal 2 202 41 0.99 0 0.80 0.21 131.7 0.98 0.4
Hex 2 CA 29 63 0 50 15 84 62 28
Octal 2 312 51 143 0 120 25 204 142 50
Binary 10 11001010 101001 1100011 0 1010000 10101 10000100 1100010 101000

Color Harmonies of #02CA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CA29

Black with #02CA29

Text Example


Text Example

White with #02CA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,202,41); }

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

background-color css

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

 a { background-color: rgb(2,202,41); }

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

border-color css

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

 span { border-color: rgb(2,202,41); }

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