#2A651C

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

Shades of Green House #2A651C

Tints of Green House #2A651C

Color information

#2A651C (or 0x2A651C) is unknown color: approx Green House. HEX triplet: 2A, 65 and 1C. RGB value is (42,101,28). Sum of RGB (Red+Green+Blue) = 42+101+28=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #2A651C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A651C is #D59AE3. Grayscale: #4B4B4B. Windows color (decimal): -13998820 or 1860906. OLE color: 1860906.

HSL color Cylindrical-coordinate representation of color #2A651C: hue angle of 108.49º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A651C is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB4210128-
CMYK0.5800.720.60
HSL108.49º56.59%25.29%-
HSV(B)108.49º72.28%39.61%-
XYZ5.829.882.7-
YUV75.04101.45104.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.56%
GREEN value IS 101 (39.84% from 255) = 59.06%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=24.56%
G=59.06%
B=16.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42101280.5800.720.60108.4956.5925.29
Hex2A651C3A0483C6c3919
Octal5214534720110741547131
Binary10101011001011110011101001001000111100110110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,101,28); }

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

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

 a { background-color: rgb(42,101,28); }

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

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

 span { border-color: rgb(42,101,28); }

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