Html Css Color HEX #42712F Green House

📋 copy color: '#42712F'

red 66 ◦ green 113 ◦ blue 47

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

Shades of Green House #42712F

Tints of Green House #42712F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50%

 BLUE value IS 47 (18.75% from 255) = 20.8%

R = 29.2%
G = 50%
B = 20.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#42712F (or 0x42712F) is known color: Green House. HEX triplet: 42, 71 and 2F. RGB value is (66,113,47). Sum of RGB (Red+Green+Blue) = 66+113+47=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #42712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42712F is #BD8ED0. Grayscale: #5B5B5B. Windows color (decimal): -12422865 or 3109186. OLE color: 3109186.

HSL color Cylindrical-coordinate representation of color #42712F: hue angle of 102.73º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42712F is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 47 -
CMYK 0.42 0 0.58 0.56
HSL 102.73º 0.41% 0.31% -
HSV(B) 102.73º 0.58% 0.44% -
XYZ 8.66 13.17 4.78 -
YUV 91.42 102.93 109.87 -
System Red Green Blue C M Y K H S L
Decimal 66 113 47 0.42 0 0.58 0.56 102.73 0.41 0.31
Hex 42 71 2F 2A 0 3A 38 67 29 1F
Octal 102 161 57 52 0 72 70 147 51 37
Binary 1000010 1110001 101111 101010 0 111010 111000 1100111 101001 11111

Color Harmonies of #42712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42712F

Black with #42712F

Text Example


Text Example

White with #42712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42712F; }

 p { color: rgb(66,113,47); }

 H1.HeaderClassName
 {
   color: #42712F;
 }
 .AnyTagClassName
 {
   color: #42712F;
 }
</style>

background-color css

<style>
 a { background-color: #42712F; }

 a { background-color: rgb(66,113,47); }

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

border-color css

<style>
 span { border-color: #42712F; }

 span { border-color: rgb(66,113,47); }

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