Html Css Color HEX #42700D Green Leaf

📋 copy color: '#42700D'

red 66 ◦ green 112 ◦ blue 13

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

Shades of Green Leaf #42700D

Tints of Green Leaf #42700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 58.64%

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

R = 34.55%
G = 58.64%
B = 6.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#42700D (or 0x42700D) is known color: Green Leaf. HEX triplet: 42, 70 and 0D. RGB value is (66,112,13). Sum of RGB (Red+Green+Blue) = 66+112+13=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #42700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42700D is #BD8FF2. Grayscale: #575757. Windows color (decimal): -12423155 or 880706. OLE color: 880706.

HSL color Cylindrical-coordinate representation of color #42700D: hue angle of 87.88º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42700D is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 13 -
CMYK 0.41 0 0.88 0.56
HSL 87.88º 0.79% 0.25% -
HSV(B) 87.88º 0.88% 0.44% -
XYZ 8.11 12.78 2.42 -
YUV 86.96 86.26 113.05 -
System Red Green Blue C M Y K H S L
Decimal 66 112 13 0.41 0 0.88 0.56 87.88 0.79 0.25
Hex 42 70 D 29 0 58 38 58 4F 19
Octal 102 160 15 51 0 130 70 130 117 31
Binary 1000010 1110000 1101 101001 0 1011000 111000 1011000 1001111 11001

Color Harmonies of #42700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42700D

Black with #42700D

Text Example


Text Example

White with #42700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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