#2A6214

Color #2A6214 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #2A6214

Tints of Green House #2A6214

Color information

#2A6214 (or 0x2A6214) is unknown color: approx Green House. HEX triplet: 2A, 62 and 14. RGB value is (42,98,20). Sum of RGB (Red+Green+Blue) = 42+98+20=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6214 is #D59DEB. Grayscale: #484848. Windows color (decimal): -13999596 or 1335850. OLE color: 1335850.

HSL color Cylindrical-coordinate representation of color #2A6214: hue angle of 103.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A6214 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB429820-
CMYK0.5700.800.62
HSL103.08º66.1%23.14%-
HSV(B)103.08º79.59%38.43%-
XYZ5.459.282.17-
YUV72.3698.45106.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.25%
GREEN value IS 98 (38.67% from 255) = 61.25%
BLUE value IS 20 (8.20% from 255) = 12.5%
R=26.25%
G=61.25%
B=12.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4298200.5700.800.62103.0866.123.14
Hex2A6214390503E674217
Octal52142247101207614710227
Binary101010110001010100111001010100001111101100111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A6214; }

 p { color: rgb(42,98,20); }

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

<style>
 a { background-color: #2A6214; }

 a { background-color: rgb(42,98,20); }

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

<style>
 span { border-color: #2A6214; }

 span { border-color: rgb(42,98,20); }

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