Html Css Color HEX #02A236 Pigment Green

📋 copy color: '#02A236'

red 2 ◦ green 162 ◦ blue 54

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

Shades of Pigment Green #02A236

Tints of Pigment Green #02A236

RGB

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

 GREEN value IS 162 (63.67% from 255) = 74.31%

 BLUE value IS 54 (21.48% from 255) = 24.77%

R = 0.92%
G = 74.31%
B = 24.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#02A236 (or 0x02A236) is known color: Pigment Green. HEX triplet: 02, A2 and 36. RGB value is (2,162,54). Sum of RGB (Red+Green+Blue) = 2+162+54=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 162 (63.67% from 255 or 74.31% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 162 - color contains mainly: green. Hex color #02A236 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A236 is #FD5DC9. Grayscale: #666666. Windows color (decimal): -16604618 or 3580418. OLE color: 3580418.

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

Color convert

RGB 2 162 54 -
CMYK 0.99 0 0.67 0.36
HSL 139.5º 0.98% 0.32% -
HSV(B) 139.5º 0.99% 0.64% -
XYZ 13.61 26.12 7.81 -
YUV 101.85 100.99 56.78 -
System Red Green Blue C M Y K H S L
Decimal 2 162 54 0.99 0 0.67 0.36 139.5 0.98 0.32
Hex 2 A2 36 63 0 43 24 8C 62 20
Octal 2 242 66 143 0 103 44 214 142 40
Binary 10 10100010 110110 1100011 0 1000011 100100 10001100 1100010 100000

Color Harmonies of #02A236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A236

Black with #02A236

Text Example


Text Example

White with #02A236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,162,54); }

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

background-color css

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

 a { background-color: rgb(2,162,54); }

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

border-color css

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

 span { border-color: rgb(2,162,54); }

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