#2B6022

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

Shades of Green House #2B6022

Tints of Green House #2B6022

Color information

#2B6022 (or 0x2B6022) is unknown color: approx Green House. HEX triplet: 2B, 60 and 22. RGB value is (43,96,34). Sum of RGB (Red+Green+Blue) = 43+96+34=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6022 is #D49FDD. Grayscale: #494949. Windows color (decimal): -13934558 or 2252843. OLE color: 2252843.

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

Color convert

RGB439634-
CMYK0.5500.650.62
HSL111.29º47.69%25.49%-
HSV(B)111.29º64.58%37.65%-
XYZ5.478.992.96-
YUV73.09105.94106.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 34 (13.67% from 255) = 19.65%
R=24.86%
G=55.49%
B=19.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396340.5500.650.62111.2947.6925.49
Hex2B6022370413E6f3019
Octal5314042670101761576031
Binary101011110000010001011011101000001111110110111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,96,34); }

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

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

 a { background-color: rgb(43,96,34); }

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

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

 span { border-color: rgb(43,96,34); }

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