#2B3318

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

Shades of Rangoon Green #2B3318

Tints of Rangoon Green #2B3318

Color information

#2B3318 (or 0x2B3318) is unknown color: approx Rangoon Green. HEX triplet: 2B, 33 and 18. RGB value is (43,51,24). Sum of RGB (Red+Green+Blue) = 43+51+24=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3318 is #D4CCE7. Grayscale: #2D2D2D. Windows color (decimal): -13946088 or 1585963. OLE color: 1585963.

HSL color Cylindrical-coordinate representation of color #2B3318: hue angle of 77.78º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B3318 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB435124-
CMYK0.1600.530.8
HSL77.78º36%14.71%-
HSV(B)77.78º52.94%20%-
XYZ2.342.951.31-
YUV45.53115.85126.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.44%
GREEN value IS 51 (20.31% from 255) = 43.22%
BLUE value IS 24 (9.77% from 255) = 20.34%
R=36.44%
G=43.22%
B=20.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4351240.1600.530.877.783614.71
Hex2B331810035504e24f
Octal536330200651201164417
Binary10101111001111000100000110101101000010011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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