Html Css Color HEX #42703F Green House

📋 copy color: '#42703F'

red 66 ◦ green 112 ◦ blue 63

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

Shades of Green House #42703F

Tints of Green House #42703F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.14%

R = 27.39%
G = 46.47%
B = 26.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#42703F (or 0x42703F) is known color: Green House. HEX triplet: 42, 70 and 3F. RGB value is (66,112,63). Sum of RGB (Red+Green+Blue) = 66+112+63=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #42703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42703F is #BD8FC0. Grayscale: #5C5C5C. Windows color (decimal): -12423105 or 4157506. OLE color: 4157506.

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

Color convert

RGB 66 112 63 -
CMYK 0.41 0 0.44 0.56
HSL 116.33º 0.28% 0.34% -
HSV(B) 116.33º 0.44% 0.44% -
XYZ 8.94 13.11 6.76 -
YUV 92.66 111.26 108.98 -
System Red Green Blue C M Y K H S L
Decimal 66 112 63 0.41 0 0.44 0.56 116.33 0.28 0.34
Hex 42 70 3F 29 0 2C 38 74 1C 22
Octal 102 160 77 51 0 54 70 164 34 42
Binary 1000010 1110000 111111 101001 0 101100 111000 1110100 11100 100010

Color Harmonies of #42703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42703F

Black with #42703F

Text Example


Text Example

White with #42703F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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