#2A6717

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

Shades of Green House #2A6717

Tints of Green House #2A6717

Color information

#2A6717 (or 0x2A6717) is unknown color: approx Green House. HEX triplet: 2A, 67 and 17. RGB value is (42,103,23). Sum of RGB (Red+Green+Blue) = 42+103+23=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 103 (40.62% from 255 or 61.31% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 103 - color contains mainly: green. Hex color #2A6717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6717 is #D598E8. Grayscale: #4B4B4B. Windows color (decimal): -13998313 or 1533738. OLE color: 1533738.

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

Color convert

RGB4210323-
CMYK0.5900.780.60
HSL105.75º63.49%24.71%-
HSV(B)105.75º77.67%40.39%-
XYZ5.9610.252.48-
YUV75.6498.29104-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 103 (40.62% from 255) = 61.31%
BLUE value IS 23 (9.38% from 255) = 13.69%
R=25%
G=61.31%
B=13.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42103230.5900.780.60105.7563.4924.71
Hex2A67173B04E3C6a3f19
Octal5214727730116741527731
Binary10101011001111011111101101001110111100110101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,103,23); }

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

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

 a { background-color: rgb(42,103,23); }

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

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

 span { border-color: rgb(42,103,23); }

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