Html Css Color HEX #02A438 Pigment Green

📋 copy color: '#02A438'

red 2 ◦ green 164 ◦ blue 56

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

Shades of Pigment Green #02A438

Tints of Pigment Green #02A438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 73.87%

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

R = 0.9%
G = 73.87%
B = 25.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#02A438 (or 0x02A438) is known color: Pigment Green. HEX triplet: 02, A4 and 38. RGB value is (2,164,56). Sum of RGB (Red+Green+Blue) = 2+164+56=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 164 (64.45% from 255 or 73.87% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 164 - color contains mainly: green. Hex color #02A438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A438 is #FD5BC7. Grayscale: #676767. Windows color (decimal): -16604104 or 3712002. OLE color: 3712002.

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

Color convert

RGB 2 164 56 -
CMYK 0.99 0 0.66 0.36
HSL 140º 0.98% 0.33% -
HSV(B) 140º 0.99% 0.64% -
XYZ 14.01 26.85 8.19 -
YUV 103.25 101.33 55.78 -
System Red Green Blue C M Y K H S L
Decimal 2 164 56 0.99 0 0.66 0.36 140 0.98 0.33
Hex 2 A4 38 63 0 42 24 8C 62 21
Octal 2 244 70 143 0 102 44 214 142 41
Binary 10 10100100 111000 1100011 0 1000010 100100 10001100 1100010 100001

Color Harmonies of #02A438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A438

Black with #02A438

Text Example


Text Example

White with #02A438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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