Html Css Color HEX #2D341B Rangoon Green

📋 copy color: '#2D341B'

red 45 ◦ green 52 ◦ blue 27

#2D341B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #2D341B

Tints of Rangoon Green #2D341B

RGB

 RED value IS 45 (17.97% from 255) = 36.29%

 GREEN value IS 52 (20.7% from 255) = 41.94%

 BLUE value IS 27 (10.94% from 255) = 21.77%

R = 36.29%
G = 41.94%
B = 21.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#2D341B (or 0x2D341B) is known color: Rangoon Green. HEX triplet: 2D, 34 and 1B. RGB value is (45,52,27). Sum of RGB (Red+Green+Blue) = 45+52+27=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #2D341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D341B is #D2CBE4. Grayscale: #2F2F2F. Windows color (decimal): -13814757 or 1782829. OLE color: 1782829.

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

Color convert

RGB 45 52 27 -
CMYK 0.13 0 0.48 0.80
HSL 76.8º 0.32% 0.15% -
HSV(B) 76.8º 0.48% 0.2% -
XYZ 2.51 3.09 1.5 -
YUV 47.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 45 52 27 0.13 0 0.48 0.80 76.8 0.32 0.15
Hex 2D 34 1B D 0 30 50 4D 20 F
Octal 55 64 33 15 0 60 120 115 40 17
Binary 101101 110100 11011 1101 0 110000 1010000 1001101 100000 1111

Color Harmonies of #2D341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D341B

Black with #2D341B

Text Example


Text Example

White with #2D341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D341B;
 }
 .AnyTagClassName
 {
   color: #2D341B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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