Html Css Color HEX #42703E Green House

📋 copy color: '#42703E'

red 66 ◦ green 112 ◦ blue 62

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

Shades of Green House #42703E

Tints of Green House #42703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 27.5%
G = 46.67%
B = 25.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#42703E (or 0x42703E) is known color: Green House. HEX triplet: 42, 70 and 3E. RGB value is (66,112,62). Sum of RGB (Red+Green+Blue) = 66+112+62=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #42703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42703E is #BD8FC1. Grayscale: #5C5C5C. Windows color (decimal): -12423106 or 4091970. OLE color: 4091970.

HSL color Cylindrical-coordinate representation of color #42703E: hue angle of 115.2º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42703E is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 62 -
CMYK 0.41 0 0.45 0.56
HSL 115.2º 0.29% 0.34% -
HSV(B) 115.2º 0.45% 0.44% -
XYZ 8.91 13.09 6.62 -
YUV 92.55 110.76 109.07 -
System Red Green Blue C M Y K H S L
Decimal 66 112 62 0.41 0 0.45 0.56 115.2 0.29 0.34
Hex 42 70 3E 29 0 2D 38 73 1D 22
Octal 102 160 76 51 0 55 70 163 35 42
Binary 1000010 1110000 111110 101001 0 101101 111000 1110011 11101 100010

Color Harmonies of #42703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42703E

Black with #42703E

Text Example


Text Example

White with #42703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42703E; }

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

 H1.HeaderClassName
 {
   color: #42703E;
 }
 .AnyTagClassName
 {
   color: #42703E;
 }
</style>

background-color css

<style>
 a { background-color: #42703E; }

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

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

border-color css

<style>
 span { border-color: #42703E; }

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

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