#2A6616

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

Shades of Green House #2A6616

Tints of Green House #2A6616

Color information

#2A6616 (or 0x2A6616) is unknown color: approx Green House. HEX triplet: 2A, 66 and 16. RGB value is (42,102,22). Sum of RGB (Red+Green+Blue) = 42+102+22=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #2A6616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6616 is #D599E9. Grayscale: #4B4B4B. Windows color (decimal): -13998570 or 1467946. OLE color: 1467946.

HSL color Cylindrical-coordinate representation of color #2A6616: hue angle of 105º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A6616 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB4210222-
CMYK0.5900.780.6
HSL105º64.52%24.31%-
HSV(B)105º78.43%40%-
XYZ5.8510.052.39-
YUV74.9498.12104.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 102 (40.23% from 255) = 61.45%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=25.30%
G=61.45%
B=13.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal42102220.5900.780.610564.5224.31
Hex2A66163B04E3C694118
Octal52146267301167415110130
Binary101010110011010110111011010011101111001101001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,102,22); }

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

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

 a { background-color: rgb(42,102,22); }

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

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

 span { border-color: rgb(42,102,22); }

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