#42700B

Color #42700B Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #42700B

Tints of Green Leaf #42700B

Color information

#42700B (or 0x42700B) is unknown color: approx Green Leaf. HEX triplet: 42, 70 and 0B. RGB value is (66,112,11). Sum of RGB (Red+Green+Blue) = 66+112+11=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #42700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42700B is #BD8FF4. Grayscale: #575757. Windows color (decimal): -12423157 or 749634. OLE color: 749634.

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

Color convert

RGB6611211-
CMYK0.4100.900.56
HSL87.33º82.11%24.12%-
HSV(B)87.33º90.18%43.92%-
XYZ8.112.772.35-
YUV86.7385.26113.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 112 (44.14% from 255) = 59.26%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=34.92%
G=59.26%
B=5.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112110.4100.900.5687.3382.1124.12
Hex4270B2905A38575218
Octal102160135101327012712230
Binary100001011100001011101001010110101110001010111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42700B;
 }
 .AnyTagClassName
 {
   color: #42700B;
 }
</style>
background-color css

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

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

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

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

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

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