#2B6618

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

Shades of Green House #2B6618

Tints of Green House #2B6618

Color information

#2B6618 (or 0x2B6618) is unknown color: approx Green House. HEX triplet: 2B, 66 and 18. RGB value is (43,102,24). Sum of RGB (Red+Green+Blue) = 43+102+24=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 102 (40.23% from 255 or 60.36% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 102 - color contains mainly: green. Hex color #2B6618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6618 is #D499E7. Grayscale: #4B4B4B. Windows color (decimal): -13933032 or 1599019. OLE color: 1599019.

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

Color convert

RGB4310224-
CMYK0.5800.760.6
HSL105.38º61.9%24.71%-
HSV(B)105.38º76.47%40%-
XYZ5.9110.082.5-
YUV75.4798.95104.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.44%
GREEN value IS 102 (40.23% from 255) = 60.36%
BLUE value IS 24 (9.77% from 255) = 14.20%
R=25.44%
G=60.36%
B=14.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43102240.5800.760.6105.3861.924.71
Hex2B66183A04C3C693e19
Octal5314630720114741517631
Binary10101111001101100011101001001100111100110100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,102,24); }

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

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

 a { background-color: rgb(43,102,24); }

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

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

 span { border-color: rgb(43,102,24); }

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