Html Css Color HEX #02C037 Dark Pastel Green

📋 copy color: '#02C037'

red 2 ◦ green 192 ◦ blue 55

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

Shades of Dark Pastel Green #02C037

Tints of Dark Pastel Green #02C037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.09%

R = 0.8%
G = 77.11%
B = 22.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#02C037 (or 0x02C037) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 37. RGB value is (2,192,55). Sum of RGB (Red+Green+Blue) = 2+192+55=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #02C037 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C037 is #FD3FC8. Grayscale: #777777. Windows color (decimal): -16596937 or 3653634. OLE color: 3653634.

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

Color convert

RGB 2 192 55 -
CMYK 0.99 0 0.71 0.25
HSL 136.74º 0.98% 0.38% -
HSV(B) 136.74º 0.99% 0.75% -
XYZ 19.56 37.99 9.92 -
YUV 119.57 91.55 44.14 -
System Red Green Blue C M Y K H S L
Decimal 2 192 55 0.99 0 0.71 0.25 136.74 0.98 0.38
Hex 2 C0 37 63 0 47 19 89 62 26
Octal 2 300 67 143 0 107 31 211 142 46
Binary 10 11000000 110111 1100011 0 1000111 11001 10001001 1100010 100110

Color Harmonies of #02C037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C037

Black with #02C037

Text Example


Text Example

White with #02C037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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