Html Css Color HEX #477A02 Green Leaf

📋 copy color: '#477A02'

red 71 ◦ green 122 ◦ blue 2

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

Shades of Green Leaf #477A02

Tints of Green Leaf #477A02

RGB

 RED value IS 71 (28.13% from 255) = 36.41%

 GREEN value IS 122 (48.05% from 255) = 62.56%

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

R = 36.41%
G = 62.56%
B = 1.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#477A02 (or 0x477A02) is known color: Green Leaf. HEX triplet: 47, 7A and 02. RGB value is (71,122,2). Sum of RGB (Red+Green+Blue) = 71+122+2=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 122 (48.05% from 255 or 62.56% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 122 - color contains mainly: green. Hex color #477A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477A02 is #B885FD. Grayscale: #5D5D5D. Windows color (decimal): -12092926 or 162375. OLE color: 162375.

HSL color Cylindrical-coordinate representation of color #477A02: hue angle of 85.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #477A02 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 122 2 -
CMYK 0.42 0 0.98 0.52
HSL 85.5º 0.97% 0.24% -
HSV(B) 85.5º 0.98% 0.48% -
XYZ 9.57 15.26 2.5 -
YUV 93.07 76.6 112.26 -
System Red Green Blue C M Y K H S L
Decimal 71 122 2 0.42 0 0.98 0.52 85.5 0.97 0.24
Hex 47 7A 2 2A 0 62 34 56 61 18
Octal 107 172 2 52 0 142 64 126 141 30
Binary 1000111 1111010 10 101010 0 1100010 110100 1010110 1100001 11000

Color Harmonies of #477A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477A02

Black with #477A02

Text Example


Text Example

White with #477A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,122,2); }

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

background-color css

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

 a { background-color: rgb(71,122,2); }

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

border-color css

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

 span { border-color: rgb(71,122,2); }

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