Html Css Color HEX #2D321F Rangoon Green

📋 copy color: '#2D321F'

red 45 ◦ green 50 ◦ blue 31

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

Shades of Rangoon Green #2D321F

Tints of Rangoon Green #2D321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.68%

 BLUE value IS 31 (12.5% from 255) = 24.6%

R = 35.71%
G = 39.68%
B = 24.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#2D321F (or 0x2D321F) is known color: Rangoon Green. HEX triplet: 2D, 32 and 1F. RGB value is (45,50,31). Sum of RGB (Red+Green+Blue) = 45+50+31=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 50 - color contains mainly: green. Hex color #2D321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D321F is #D2CDE0. Grayscale: #2E2E2E. Windows color (decimal): -13815265 or 2044461. OLE color: 2044461.

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

Color convert

RGB 45 50 31 -
CMYK 0.10 0 0.38 0.80
HSL 75.79º 0.23% 0.16% -
HSV(B) 75.79º 0.38% 0.2% -
XYZ 2.47 2.94 1.73 -
YUV 46.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 45 50 31 0.10 0 0.38 0.80 75.79 0.23 0.16
Hex 2D 32 1F A 0 26 50 4C 17 10
Octal 55 62 37 12 0 46 120 114 27 20
Binary 101101 110010 11111 1010 0 100110 1010000 1001100 10111 10000

Color Harmonies of #2D321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D321F

Black with #2D321F

Text Example


Text Example

White with #2D321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,50,31); }

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

background-color css

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

 a { background-color: rgb(45,50,31); }

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

border-color css

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

 span { border-color: rgb(45,50,31); }

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