#2D351B

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

Shades of Rangoon Green #2D351B

Tints of Rangoon Green #2D351B

Color information

#2D351B (or 0x2D351B) is unknown color: approx Rangoon Green. HEX triplet: 2D, 35 and 1B. RGB value is (45,53,27). Sum of RGB (Red+Green+Blue) = 45+53+27=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #2D351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D351B is #D2CAE4. Grayscale: #2F2F2F. Windows color (decimal): -13814501 or 1783085. OLE color: 1783085.

HSL color Cylindrical-coordinate representation of color #2D351B: hue angle of 78.46º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D351B is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB455327-
CMYK0.1500.490.79
HSL78.46º32.5%15.69%-
HSV(B)78.46º49.06%20.78%-
XYZ2.553.181.52-
YUV47.64116.35126.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=36%
G=42.4%
B=21.6%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4553270.1500.490.7978.4632.515.69
Hex2D351BF0314F4e2010
Octal556533170611171164020
Binary10110111010111011111101100011001111100111010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,53,27); }

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

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

 a { background-color: rgb(45,53,27); }

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

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

 span { border-color: rgb(45,53,27); }

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