Html Css Color HEX #02C227 Dark Pastel Green

📋 copy color: '#02C227'

red 2 ◦ green 194 ◦ blue 39

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

Shades of Dark Pastel Green #02C227

Tints of Dark Pastel Green #02C227

RGB

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

 GREEN value IS 194 (76.17% from 255) = 82.55%

 BLUE value IS 39 (15.63% from 255) = 16.6%

R = 0.85%
G = 82.55%
B = 16.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#02C227 (or 0x02C227) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 27. RGB value is (2,194,39). Sum of RGB (Red+Green+Blue) = 2+194+39=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 194 (76.17% from 255 or 82.55% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 194 - color contains mainly: green. Hex color #02C227 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C227 is #FD3DD8. Grayscale: #777777. Windows color (decimal): -16596441 or 2605570. OLE color: 2605570.

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

Color convert

RGB 2 194 39 -
CMYK 0.99 0 0.80 0.24
HSL 131.56º 0.98% 0.38% -
HSV(B) 131.56º 0.99% 0.76% -
XYZ 19.68 38.74 8.36 -
YUV 118.92 82.89 44.6 -
System Red Green Blue C M Y K H S L
Decimal 2 194 39 0.99 0 0.80 0.24 131.56 0.98 0.38
Hex 2 C2 27 63 0 50 18 84 62 26
Octal 2 302 47 143 0 120 30 204 142 46
Binary 10 11000010 100111 1100011 0 1010000 11000 10000100 1100010 100110

Color Harmonies of #02C227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C227

Black with #02C227

Text Example


Text Example

White with #02C227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,194,39); }

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

background-color css

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

 a { background-color: rgb(2,194,39); }

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

border-color css

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

 span { border-color: rgb(2,194,39); }

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