#2A6313

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

Shades of Green House #2A6313

Tints of Green House #2A6313

Color information

#2A6313 (or 0x2A6313) is unknown color: approx Green House. HEX triplet: 2A, 63 and 13. RGB value is (42,99,19). Sum of RGB (Red+Green+Blue) = 42+99+19=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 99 (39.06% from 255 or 61.88% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 99 - color contains mainly: green. Hex color #2A6313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6313 is #D59CEC. Grayscale: #494949. Windows color (decimal): -13999341 or 1270570. OLE color: 1270570.

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

Color convert

RGB429919-
CMYK0.5800.810.61
HSL102.75º67.8%23.14%-
HSV(B)102.75º80.81%38.82%-
XYZ5.539.462.15-
YUV72.8497.62106-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.25%
GREEN value IS 99 (39.06% from 255) = 61.88%
BLUE value IS 19 (7.81% from 255) = 11.88%
R=26.25%
G=61.88%
B=11.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4299190.5800.810.61102.7567.823.14
Hex2A63133A0513D674417
Octal52143237201217514710427
Binary101010110001110011111010010100011111011100111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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