Html Css Color HEX #02C325 Dark Pastel Green

📋 copy color: '#02C325'

red 2 ◦ green 195 ◦ blue 37

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

Shades of Dark Pastel Green #02C325

Tints of Dark Pastel Green #02C325

RGB

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

 GREEN value IS 195 (76.56% from 255) = 83.33%

 BLUE value IS 37 (14.84% from 255) = 15.81%

R = 0.85%
G = 83.33%
B = 15.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#02C325 (or 0x02C325) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 25. RGB value is (2,195,37). Sum of RGB (Red+Green+Blue) = 2+195+37=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 195 (76.56% from 255 or 83.33% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 195 - color contains mainly: green. Hex color #02C325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C325 is #FD3CDA. Grayscale: #777777. Windows color (decimal): -16596187 or 2474754. OLE color: 2474754.

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

Color convert

RGB 2 195 37 -
CMYK 0.99 0 0.81 0.24
HSL 130.88º 0.98% 0.39% -
HSV(B) 130.88º 0.99% 0.76% -
XYZ 19.87 39.18 8.26 -
YUV 119.28 81.56 44.35 -
System Red Green Blue C M Y K H S L
Decimal 2 195 37 0.99 0 0.81 0.24 130.88 0.98 0.39
Hex 2 C3 25 63 0 51 18 83 62 27
Octal 2 303 45 143 0 121 30 203 142 47
Binary 10 11000011 100101 1100011 0 1010001 11000 10000011 1100010 100111

Color Harmonies of #02C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C325

Black with #02C325

Text Example


Text Example

White with #02C325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,195,37); }

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

background-color css

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

 a { background-color: rgb(2,195,37); }

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

border-color css

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

 span { border-color: rgb(2,195,37); }

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