Html Css Color HEX #02AF28 Dark Pastel Green

📋 copy color: '#02AF28'

red 2 ◦ green 175 ◦ blue 40

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

Shades of Dark Pastel Green #02AF28

Tints of Dark Pastel Green #02AF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 80.65%

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

R = 0.92%
G = 80.65%
B = 18.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#02AF28 (or 0x02AF28) is known color: Dark Pastel Green. HEX triplet: 02, AF and 28. RGB value is (2,175,40). Sum of RGB (Red+Green+Blue) = 2+175+40=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 175 (68.75% from 255 or 80.65% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AF28 is #FD50D7. Grayscale: #6C6C6C. Windows color (decimal): -16601304 or 2666242. OLE color: 2666242.

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

Color convert

RGB 2 175 40 -
CMYK 0.99 0 0.77 0.31
HSL 133.18º 0.98% 0.35% -
HSV(B) 133.18º 0.99% 0.69% -
XYZ 15.74 30.83 7.13 -
YUV 107.88 89.69 52.48 -
System Red Green Blue C M Y K H S L
Decimal 2 175 40 0.99 0 0.77 0.31 133.18 0.98 0.35
Hex 2 AF 28 63 0 4D 1F 85 62 23
Octal 2 257 50 143 0 115 37 205 142 43
Binary 10 10101111 101000 1100011 0 1001101 11111 10000101 1100010 100011

Color Harmonies of #02AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AF28

Black with #02AF28

Text Example


Text Example

White with #02AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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