#2B6519

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

Shades of Green House #2B6519

Tints of Green House #2B6519

Color information

#2B6519 (or 0x2B6519) is unknown color: approx Green House. HEX triplet: 2B, 65 and 19. RGB value is (43,101,25). Sum of RGB (Red+Green+Blue) = 43+101+25=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6519 is #D49AE6. Grayscale: #4B4B4B. Windows color (decimal): -13933287 or 1664299. OLE color: 1664299.

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

Color convert

RGB4310125-
CMYK0.5700.750.60
HSL105.79º60.32%24.71%-
HSV(B)105.79º75.25%39.61%-
XYZ5.839.892.52-
YUV74.9999.78105.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.44%
GREEN value IS 101 (39.84% from 255) = 59.76%
BLUE value IS 25 (10.16% from 255) = 14.79%
R=25.44%
G=59.76%
B=14.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal43101250.5700.750.60105.7960.3224.71
Hex2B65193904B3C6a3c19
Octal5314531710113741527431
Binary10101111001011100111100101001011111100110101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,101,25); }

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

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

 a { background-color: rgb(43,101,25); }

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

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

 span { border-color: rgb(43,101,25); }

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