Html Css Color HEX #02D02C Dark Pastel Green

📋 copy color: '#02D02C'

red 2 ◦ green 208 ◦ blue 44

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

Shades of Dark Pastel Green #02D02C

Tints of Dark Pastel Green #02D02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 81.89%

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

R = 0.79%
G = 81.89%
B = 17.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#02D02C (or 0x02D02C) is known color: Dark Pastel Green. HEX triplet: 02, D0 and 2C. RGB value is (2,208,44). Sum of RGB (Red+Green+Blue) = 2+208+44=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 208 (81.64% from 255 or 81.89% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 208 - color contains mainly: green. Hex color #02D02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D02C is #FD2FD3. Grayscale: #808080. Windows color (decimal): -16592852 or 2936834. OLE color: 2936834.

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

Color convert

RGB 2 208 44 -
CMYK 0.99 0 0.79 0.18
HSL 132.23º 0.98% 0.41% -
HSV(B) 132.23º 0.99% 0.82% -
XYZ 23.04 45.31 9.91 -
YUV 127.71 80.75 38.34 -
System Red Green Blue C M Y K H S L
Decimal 2 208 44 0.99 0 0.79 0.18 132.23 0.98 0.41
Hex 2 D0 2C 63 0 4F 12 84 62 29
Octal 2 320 54 143 0 117 22 204 142 51
Binary 10 11010000 101100 1100011 0 1001111 10010 10000100 1100010 101001

Color Harmonies of #02D02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D02C

Black with #02D02C

Text Example


Text Example

White with #02D02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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