#2B4F3D

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

Shades of Bottle Green #2B4F3D

Tints of Bottle Green #2B4F3D

Color information

#2B4F3D (or 0x2B4F3D) is unknown color: approx Bottle Green. HEX triplet: 2B, 4F and 3D. RGB value is (43,79,61). Sum of RGB (Red+Green+Blue) = 43+79+61=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 79 - color contains mainly: green. Hex color #2B4F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4F3D is #D4B0C2. Grayscale: #424242. Windows color (decimal): -13938883 or 4017963. OLE color: 4017963.

HSL color Cylindrical-coordinate representation of color #2B4F3D: hue angle of 150º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B4F3D is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB437961-
CMYK0.4600.230.69
HSL150º29.51%23.92%-
HSV(B)150º45.57%30.98%-
XYZ4.636.445.41-
YUV66.18125.07111.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.50%
GREEN value IS 79 (31.25% from 255) = 43.17%
BLUE value IS 61 (24.22% from 255) = 33.33%
R=23.50%
G=43.17%
B=33.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4379610.4600.230.6915029.5123.92
Hex2B4F3D2E01745961e18
Octal5311775560271052263630
Binary10101110011111111011011100101111000101100101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,79,61); }

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

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

 a { background-color: rgb(43,79,61); }

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

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

 span { border-color: rgb(43,79,61); }

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