Html Css Color HEX #2C321C Rangoon Green

📋 copy color: '#2C321C'

red 44 ◦ green 50 ◦ blue 28

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

Shades of Rangoon Green #2C321C

Tints of Rangoon Green #2C321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.95%

R = 36.07%
G = 40.98%
B = 22.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#2C321C (or 0x2C321C) is known color: Rangoon Green. HEX triplet: 2C, 32 and 1C. RGB value is (44,50,28). Sum of RGB (Red+Green+Blue) = 44+50+28=122 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.07% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #2C321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C321C is #D3CDE3. Grayscale: #2D2D2D. Windows color (decimal): -13880804 or 1847852. OLE color: 1847852.

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

Color convert

RGB 44 50 28 -
CMYK 0.12 0 0.44 0.80
HSL 76.36º 0.28% 0.15% -
HSV(B) 76.36º 0.44% 0.2% -
XYZ 2.39 2.9 1.53 -
YUV 45.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 44 50 28 0.12 0 0.44 0.80 76.36 0.28 0.15
Hex 2C 32 1C C 0 2C 50 4C 1C F
Octal 54 62 34 14 0 54 120 114 34 17
Binary 101100 110010 11100 1100 0 101100 1010000 1001100 11100 1111

Color Harmonies of #2C321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C321C

Black with #2C321C

Text Example


Text Example

White with #2C321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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