Html Css Color HEX #02A830 Dark Pastel Green

📋 copy color: '#02A830'

red 2 ◦ green 168 ◦ blue 48

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

Shades of Dark Pastel Green #02A830

Tints of Dark Pastel Green #02A830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 77.06%

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 0.92%
G = 77.06%
B = 22.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#02A830 (or 0x02A830) is known color: Dark Pastel Green. HEX triplet: 02, A8 and 30. RGB value is (2,168,48). Sum of RGB (Red+Green+Blue) = 2+168+48=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 168 (66.02% from 255 or 77.06% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 168 - color contains mainly: green. Hex color #02A830 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A830 is #FD57CF. Grayscale: #686868. Windows color (decimal): -16603088 or 3188738. OLE color: 3188738.

HSL color Cylindrical-coordinate representation of color #02A830: hue angle of 136.63º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A830 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 2 168 48 -
CMYK 0.99 0 0.71 0.34
HSL 136.63º 0.98% 0.33% -
HSV(B) 136.63º 0.99% 0.66% -
XYZ 14.56 28.23 7.48 -
YUV 104.69 96 54.76 -
System Red Green Blue C M Y K H S L
Decimal 2 168 48 0.99 0 0.71 0.34 136.63 0.98 0.33
Hex 2 A8 30 63 0 47 22 89 62 21
Octal 2 250 60 143 0 107 42 211 142 41
Binary 10 10101000 110000 1100011 0 1000111 100010 10001001 1100010 100001

Color Harmonies of #02A830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A830

Black with #02A830

Text Example


Text Example

White with #02A830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,168,48); }

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

background-color css

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

 a { background-color: rgb(2,168,48); }

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

border-color css

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

 span { border-color: rgb(2,168,48); }

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