Html Css Color HEX #2C321D Rangoon Green

📋 copy color: '#2C321D'

red 44 ◦ green 50 ◦ blue 29

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

Shades of Rangoon Green #2C321D

Tints of Rangoon Green #2C321D

RGB

 RED value IS 44 (17.58% from 255) = 35.77%

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

 BLUE value IS 29 (11.72% from 255) = 23.58%

R = 35.77%
G = 40.65%
B = 23.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#2C321D (or 0x2C321D) is known color: Rangoon Green. HEX triplet: 2C, 32 and 1D. RGB value is (44,50,29). Sum of RGB (Red+Green+Blue) = 44+50+29=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #2C321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C321D is #D3CDE2. Grayscale: #2D2D2D. Windows color (decimal): -13880803 or 1913388. OLE color: 1913388.

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

Color convert

RGB 44 50 29 -
CMYK 0.12 0 0.42 0.80
HSL 77.14º 0.27% 0.15% -
HSV(B) 77.14º 0.42% 0.2% -
XYZ 2.4 2.91 1.6 -
YUV 45.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 44 50 29 0.12 0 0.42 0.80 77.14 0.27 0.15
Hex 2C 32 1D C 0 2A 50 4D 1B F
Octal 54 62 35 14 0 52 120 115 33 17
Binary 101100 110010 11101 1100 0 101010 1010000 1001101 11011 1111

Color Harmonies of #2C321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C321D

Black with #2C321D

Text Example


Text Example

White with #2C321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,50,29); }

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

background-color css

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

 a { background-color: rgb(44,50,29); }

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

border-color css

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

 span { border-color: rgb(44,50,29); }

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