Html Css Color HEX #487A02 Green Leaf

📋 copy color: '#487A02'

red 72 ◦ green 122 ◦ blue 2

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

Shades of Green Leaf #487A02

Tints of Green Leaf #487A02

RGB

 RED value IS 72 (28.52% from 255) = 36.73%

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

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

R = 36.73%
G = 62.24%
B = 1.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#487A02 (or 0x487A02) is known color: Green Leaf. HEX triplet: 48, 7A and 02. RGB value is (72,122,2). Sum of RGB (Red+Green+Blue) = 72+122+2=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 122 (48.05% from 255 or 62.24% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 122 - color contains mainly: green. Hex color #487A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487A02 is #B785FD. Grayscale: #5D5D5D. Windows color (decimal): -12027390 or 162376. OLE color: 162376.

HSL color Cylindrical-coordinate representation of color #487A02: hue angle of 85º 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 #487A02 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 122 2 -
CMYK 0.41 0 0.98 0.52
HSL 85º 0.97% 0.24% -
HSV(B) 85º 0.98% 0.48% -
XYZ 9.64 15.3 2.5 -
YUV 93.37 76.44 112.76 -
System Red Green Blue C M Y K H S L
Decimal 72 122 2 0.41 0 0.98 0.52 85 0.97 0.24
Hex 48 7A 2 29 0 62 34 55 61 18
Octal 110 172 2 51 0 142 64 125 141 30
Binary 1001000 1111010 10 101001 0 1100010 110100 1010101 1100001 11000

Color Harmonies of #487A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A02

Black with #487A02

Text Example


Text Example

White with #487A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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