#2A601A

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

Shades of Green House #2A601A

Tints of Green House #2A601A

Color information

#2A601A (or 0x2A601A) is unknown color: approx Green House. HEX triplet: 2A, 60 and 1A. RGB value is (42,96,26). Sum of RGB (Red+Green+Blue) = 42+96+26=164 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.61% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #2A601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A601A is #D59FE5. Grayscale: #484848. Windows color (decimal): -14000102 or 1728554. OLE color: 1728554.

HSL color Cylindrical-coordinate representation of color #2A601A: hue angle of 106.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A601A is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB429626-
CMYK0.5600.730.62
HSL106.29º57.38%23.92%-
HSV(B)106.29º72.92%37.65%-
XYZ5.328.932.42-
YUV71.87102.11106.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.61%
GREEN value IS 96 (37.89% from 255) = 58.54%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=25.61%
G=58.54%
B=15.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4296260.5600.730.62106.2957.3823.92
Hex2A601A380493E6a3918
Octal5214032700111761527130
Binary10101011000001101011100001001001111110110101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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