Html Css Color HEX #02A038 Pigment Green

📋 copy color: '#02A038'

red 2 ◦ green 160 ◦ blue 56

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

Shades of Pigment Green #02A038

Tints of Pigment Green #02A038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.69%

R = 0.92%
G = 73.39%
B = 25.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#02A038 (or 0x02A038) is known color: Pigment Green. HEX triplet: 02, A0 and 38. RGB value is (2,160,56). Sum of RGB (Red+Green+Blue) = 2+160+56=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 160 (62.89% from 255 or 73.39% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 160 - color contains mainly: green. Hex color #02A038 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A038 is #FD5FC7. Grayscale: #656565. Windows color (decimal): -16605128 or 3710978. OLE color: 3710978.

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

Color convert

RGB 2 160 56 -
CMYK 0.99 0 0.65 0.37
HSL 140.51º 0.98% 0.32% -
HSV(B) 140.51º 0.99% 0.63% -
XYZ 13.31 25.44 7.95 -
YUV 100.9 102.65 57.46 -
System Red Green Blue C M Y K H S L
Decimal 2 160 56 0.99 0 0.65 0.37 140.51 0.98 0.32
Hex 2 A0 38 63 0 41 25 8D 62 20
Octal 2 240 70 143 0 101 45 215 142 40
Binary 10 10100000 111000 1100011 0 1000001 100101 10001101 1100010 100000

Color Harmonies of #02A038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A038

Black with #02A038

Text Example


Text Example

White with #02A038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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