Html Css Color HEX #02C328 Dark Pastel Green

📋 copy color: '#02C328'

red 2 ◦ green 195 ◦ blue 40

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

Shades of Dark Pastel Green #02C328

Tints of Dark Pastel Green #02C328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.88%

R = 0.84%
G = 82.28%
B = 16.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#02C328 (or 0x02C328) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 28. RGB value is (2,195,40). Sum of RGB (Red+Green+Blue) = 2+195+40=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 195 (76.56% from 255 or 82.28% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 195 - color contains mainly: green. Hex color #02C328 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C328 is #FD3CD7. Grayscale: #787878. Windows color (decimal): -16596184 or 2671362. OLE color: 2671362.

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

Color convert

RGB 2 195 40 -
CMYK 0.99 0 0.79 0.24
HSL 131.81º 0.98% 0.39% -
HSV(B) 131.81º 0.99% 0.76% -
XYZ 19.92 39.2 8.52 -
YUV 119.62 83.06 44.1 -
System Red Green Blue C M Y K H S L
Decimal 2 195 40 0.99 0 0.79 0.24 131.81 0.98 0.39
Hex 2 C3 28 63 0 4F 18 84 62 27
Octal 2 303 50 143 0 117 30 204 142 47
Binary 10 11000011 101000 1100011 0 1001111 11000 10000100 1100010 100111

Color Harmonies of #02C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C328

Black with #02C328

Text Example


Text Example

White with #02C328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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