#2A621C

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

Shades of Green House #2A621C

Tints of Green House #2A621C

Color information

#2A621C (or 0x2A621C) is unknown color: approx Green House. HEX triplet: 2A, 62 and 1C. RGB value is (42,98,28). Sum of RGB (Red+Green+Blue) = 42+98+28=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #2A621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A621C is #D59DE3. Grayscale: #494949. Windows color (decimal): -13999588 or 1860138. OLE color: 1860138.

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

Color convert

RGB429828-
CMYK0.5700.710.62
HSL108º55.56%24.71%-
HSV(B)108º71.43%38.43%-
XYZ5.539.312.6-
YUV73.28102.45105.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 98 (38.67% from 255) = 58.33%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=25%
G=58.33%
B=16.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4298280.5700.710.6210855.5624.71
Hex2A621C390473E6c3819
Octal5214234710107761547031
Binary10101011000101110011100101000111111110110110011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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