Html Css Color HEX #42700C Green Leaf

📋 copy color: '#42700C'

red 66 ◦ green 112 ◦ blue 12

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

Shades of Green Leaf #42700C

Tints of Green Leaf #42700C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.32%

R = 34.74%
G = 58.95%
B = 6.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#42700C (or 0x42700C) is known color: Green Leaf. HEX triplet: 42, 70 and 0C. RGB value is (66,112,12). Sum of RGB (Red+Green+Blue) = 66+112+12=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #42700C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42700C is #BD8FF3. Grayscale: #575757. Windows color (decimal): -12423156 or 815170. OLE color: 815170.

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

Color convert

RGB 66 112 12 -
CMYK 0.41 0 0.89 0.56
HSL 87.6º 0.81% 0.24% -
HSV(B) 87.6º 0.89% 0.44% -
XYZ 8.11 12.77 2.39 -
YUV 86.85 85.76 113.13 -
System Red Green Blue C M Y K H S L
Decimal 66 112 12 0.41 0 0.89 0.56 87.6 0.81 0.24
Hex 42 70 C 29 0 59 38 58 51 18
Octal 102 160 14 51 0 131 70 130 121 30
Binary 1000010 1110000 1100 101001 0 1011001 111000 1011000 1010001 11000

Color Harmonies of #42700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42700C

Black with #42700C

Text Example


Text Example

White with #42700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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