#2B2D27

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

Shades of Rangoon Green #2B2D27

Tints of Rangoon Green #2B2D27

Color information

#2B2D27 (or 0x2B2D27) is unknown color: approx Rangoon Green. HEX triplet: 2B, 2D and 27. RGB value is (43,45,39). Sum of RGB (Red+Green+Blue) = 43+45+39=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2D27 is #D4D2D8. Grayscale: #2B2B2B. Windows color (decimal): -13947609 or 2567467. OLE color: 2567467.

HSL color Cylindrical-coordinate representation of color #2B2D27: hue angle of 80º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2B2D27 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB434539-
CMYK0.0400.130.82
HSL80º7.14%16.47%-
HSV(B)80º13.33%17.65%-
XYZ2.32.542.29-
YUV43.72125.34127.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.86%
GREEN value IS 45 (17.97% from 255) = 35.43%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=33.86%
G=35.43%
B=30.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4345390.0400.130.82807.1416.47
Hex2B2D2740D5250710
Octal5355474015122120720
Binary101011101101100111100011011010010101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,45,39); }

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

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

 a { background-color: rgb(43,45,39); }

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

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

 span { border-color: rgb(43,45,39); }

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