#2A6319

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

Shades of Green House #2A6319

Tints of Green House #2A6319

Color information

#2A6319 (or 0x2A6319) is unknown color: approx Green House. HEX triplet: 2A, 63 and 19. RGB value is (42,99,25). Sum of RGB (Red+Green+Blue) = 42+99+25=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #2A6319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6319 is #D59CE6. Grayscale: #494949. Windows color (decimal): -13999335 or 1663786. OLE color: 1663786.

HSL color Cylindrical-coordinate representation of color #2A6319: hue angle of 106.22º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A6319 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB429925-
CMYK0.5800.750.61
HSL106.22º59.68%24.31%-
HSV(B)106.22º74.75%38.82%-
XYZ5.599.492.46-
YUV73.52100.62105.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 99 (39.06% from 255) = 59.64%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=25.30%
G=59.64%
B=15.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4299250.5800.750.61106.2259.6824.31
Hex2A63193A04B3D6a3c18
Octal5214331720113751527430
Binary10101011000111100111101001001011111101110101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,99,25); }

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

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

 a { background-color: rgb(42,99,25); }

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

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

 span { border-color: rgb(42,99,25); }

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