Html Css Color HEX #02C02C Dark Pastel Green

📋 copy color: '#02C02C'

red 2 ◦ green 192 ◦ blue 44

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

Shades of Dark Pastel Green #02C02C

Tints of Dark Pastel Green #02C02C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 80.67%

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

R = 0.84%
G = 80.67%
B = 18.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#02C02C (or 0x02C02C) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 2C. RGB value is (2,192,44). Sum of RGB (Red+Green+Blue) = 2+192+44=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 192 (75.39% from 255 or 80.67% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 192 - color contains mainly: green. Hex color #02C02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C02C is #FD3FD3. Grayscale: #767676. Windows color (decimal): -16596948 or 2932738. OLE color: 2932738.

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

Color convert

RGB 2 192 44 -
CMYK 0.99 0 0.77 0.25
HSL 133.26º 0.98% 0.38% -
HSV(B) 133.26º 0.99% 0.75% -
XYZ 19.33 37.89 8.68 -
YUV 118.32 86.05 45.03 -
System Red Green Blue C M Y K H S L
Decimal 2 192 44 0.99 0 0.77 0.25 133.26 0.98 0.38
Hex 2 C0 2C 63 0 4D 19 85 62 26
Octal 2 300 54 143 0 115 31 205 142 46
Binary 10 11000000 101100 1100011 0 1001101 11001 10000101 1100010 100110

Color Harmonies of #02C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C02C

Black with #02C02C

Text Example


Text Example

White with #02C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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