#2A631A

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

Shades of Green House #2A631A

Tints of Green House #2A631A

Color information

#2A631A (or 0x2A631A) is unknown color: approx Green House. HEX triplet: 2A, 63 and 1A. RGB value is (42,99,26). Sum of RGB (Red+Green+Blue) = 42+99+26=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #2A631A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A631A is #D59CE5. Grayscale: #494949. Windows color (decimal): -13999334 or 1729322. OLE color: 1729322.

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

Color convert

RGB429926-
CMYK0.5800.740.61
HSL106.85º58.4%24.51%-
HSV(B)106.85º73.74%38.82%-
XYZ5.69.492.51-
YUV73.63101.12105.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.15%
GREEN value IS 99 (39.06% from 255) = 59.28%
BLUE value IS 26 (10.55% from 255) = 15.57%
R=25.15%
G=59.28%
B=15.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4299260.5800.740.61106.8558.424.51
Hex2A631A3A04A3D6b3a19
Octal5214332720112751537231
Binary10101011000111101011101001001010111101110101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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