Html Css Color HEX #005A02 Green

📋 copy color: '#005A02'

red 0 ◦ green 90 ◦ blue 2

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

Shades of Green #005A02

Tints of Green #005A02

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 90 (35.55% from 255) = 97.83%

 BLUE value IS 2 (1.17% from 255) = 2.17%

R = 0%
G = 97.83%
B = 2.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#005A02 (or 0x005A02) is known color: Green. HEX triplet: 00, 5A and 02. RGB value is (0,90,2). Sum of RGB (Red+Green+Blue) = 0+90+2=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 90 (35.55% from 255 or 97.83% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 90 - color contains mainly: green. Hex color #005A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005A02 is #FFA5FD. Grayscale: #353535. Windows color (decimal): -16754174 or 154112. OLE color: 154112.

HSL color Cylindrical-coordinate representation of color #005A02: hue angle of 121.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A02 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 90 2 -
CMYK 1 0 0.98 0.65
HSL 121.33º 1% 0.18% -
HSV(B) 121.33º 1% 0.35% -
XYZ 3.67 7.32 1.28 -
YUV 53.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 0 90 2 1 0 0.98 0.65 121.33 1 0.18
Hex 0 5A 2 64 0 62 41 79 64 12
Octal 0 132 2 144 0 142 101 171 144 22
Binary 0 1011010 10 1100100 0 1100010 1000001 1111001 1100100 10010

Color Harmonies of #005A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A02

Black with #005A02

Text Example


Text Example

White with #005A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005A02; }

 p { color: rgb(0,90,2); }

 H1.HeaderClassName
 {
   color: #005A02;
 }
 .AnyTagClassName
 {
   color: #005A02;
 }
</style>

background-color css

<style>
 a { background-color: #005A02; }

 a { background-color: rgb(0,90,2); }

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

border-color css

<style>
 span { border-color: #005A02; }

 span { border-color: rgb(0,90,2); }

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