#2D341D

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

Shades of Rangoon Green #2D341D

Tints of Rangoon Green #2D341D

Color information

#2D341D (or 0x2D341D) is unknown color: approx Rangoon Green. HEX triplet: 2D, 34 and 1D. RGB value is (45,52,29). Sum of RGB (Red+Green+Blue) = 45+52+29=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 52 - color contains mainly: green. Hex color #2D341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D341D is #D2CBE2. Grayscale: #2F2F2F. Windows color (decimal): -13814755 or 1913901. OLE color: 1913901.

HSL color Cylindrical-coordinate representation of color #2D341D: hue angle of 78.26º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D341D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB455229-
CMYK0.1300.440.80
HSL78.26º28.4%15.88%-
HSV(B)78.26º44.23%20.39%-
XYZ2.533.11.63-
YUV47.28117.68126.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.71%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=35.71%
G=41.27%
B=23.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4552290.1300.440.8078.2628.415.88
Hex2D341DD02C504e1c10
Octal556435150541201163420
Binary1011011101001110111010101100101000010011101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,52,29); }

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

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

 a { background-color: rgb(45,52,29); }

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

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

 span { border-color: rgb(45,52,29); }

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