Html Css Color HEX #02A044 Pigment Green

📋 copy color: '#02A044'

red 2 ◦ green 160 ◦ blue 68

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

Shades of Pigment Green #02A044

Tints of Pigment Green #02A044

RGB

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

 GREEN value IS 160 (62.89% from 255) = 69.57%

 BLUE value IS 68 (26.95% from 255) = 29.57%

R = 0.87%
G = 69.57%
B = 29.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#02A044 (or 0x02A044) is known color: Pigment Green. HEX triplet: 02, A0 and 44. RGB value is (2,160,68). Sum of RGB (Red+Green+Blue) = 2+160+68=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 160 (62.89% from 255 or 69.57% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 160 - color contains mainly: green. Hex color #02A044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A044 is #FD5FBB. Grayscale: #666666. Windows color (decimal): -16605116 or 4497410. OLE color: 4497410.

HSL color Cylindrical-coordinate representation of color #02A044: hue angle of 145.06º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A044 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 160 68 -
CMYK 0.99 0 0.57 0.37
HSL 145.06º 0.98% 0.32% -
HSV(B) 145.06º 0.99% 0.63% -
XYZ 13.64 25.57 9.69 -
YUV 102.27 108.65 56.48 -
System Red Green Blue C M Y K H S L
Decimal 2 160 68 0.99 0 0.57 0.37 145.06 0.98 0.32
Hex 2 A0 44 63 0 39 25 91 62 20
Octal 2 240 104 143 0 71 45 221 142 40
Binary 10 10100000 1000100 1100011 0 111001 100101 10010001 1100010 100000

Color Harmonies of #02A044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A044

Black with #02A044

Text Example


Text Example

White with #02A044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,160,68); }

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

background-color css

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

 a { background-color: rgb(2,160,68); }

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

border-color css

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

 span { border-color: rgb(2,160,68); }

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