Html Css Color HEX #42720D Green Leaf

📋 copy color: '#42720D'

red 66 ◦ green 114 ◦ blue 13

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

Shades of Green Leaf #42720D

Tints of Green Leaf #42720D

RGB

 RED value IS 66 (26.17% from 255) = 34.2%

 GREEN value IS 114 (44.92% from 255) = 59.07%

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 34.2%
G = 59.07%
B = 6.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#42720D (or 0x42720D) is known color: Green Leaf. HEX triplet: 42, 72 and 0D. RGB value is (66,114,13). Sum of RGB (Red+Green+Blue) = 66+114+13=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #42720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42720D is #BD8DF2. Grayscale: #585858. Windows color (decimal): -12422643 or 881218. OLE color: 881218.

HSL color Cylindrical-coordinate representation of color #42720D: hue angle of 88.51º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42720D is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 13 -
CMYK 0.42 0 0.89 0.55
HSL 88.51º 0.8% 0.25% -
HSV(B) 88.51º 0.89% 0.45% -
XYZ 8.34 13.22 2.49 -
YUV 88.13 85.6 112.21 -
System Red Green Blue C M Y K H S L
Decimal 66 114 13 0.42 0 0.89 0.55 88.51 0.8 0.25
Hex 42 72 D 2A 0 59 37 59 50 19
Octal 102 162 15 52 0 131 67 131 120 31
Binary 1000010 1110010 1101 101010 0 1011001 110111 1011001 1010000 11001

Color Harmonies of #42720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42720D

Black with #42720D

Text Example


Text Example

White with #42720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42720D; }

 p { color: rgb(66,114,13); }

 H1.HeaderClassName
 {
   color: #42720D;
 }
 .AnyTagClassName
 {
   color: #42720D;
 }
</style>

background-color css

<style>
 a { background-color: #42720D; }

 a { background-color: rgb(66,114,13); }

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

border-color css

<style>
 span { border-color: #42720D; }

 span { border-color: rgb(66,114,13); }

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