#2A6615

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

Shades of Green House #2A6615

Tints of Green House #2A6615

Color information

#2A6615 (or 0x2A6615) is unknown color: approx Green House. HEX triplet: 2A, 66 and 15. RGB value is (42,102,21). Sum of RGB (Red+Green+Blue) = 42+102+21=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 102 (40.23% from 255 or 61.82% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 102 - color contains mainly: green. Hex color #2A6615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6615 is #D599EA. Grayscale: #4B4B4B. Windows color (decimal): -13998571 or 1402410. OLE color: 1402410.

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

Color convert

RGB4210221-
CMYK0.5900.790.6
HSL104.44º65.85%24.12%-
HSV(B)104.44º79.41%40%-
XYZ5.8410.052.34-
YUV74.8397.62104.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.45%
GREEN value IS 102 (40.23% from 255) = 61.82%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=25.45%
G=61.82%
B=12.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal42102210.5900.790.6104.4465.8524.12
Hex2A66153B04F3C684218
Octal52146257301177415010230
Binary101010110011010101111011010011111111001101000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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