Html Css Color HEX #2C321B Rangoon Green

📋 copy color: '#2C321B'

red 44 ◦ green 50 ◦ blue 27

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

Shades of Rangoon Green #2C321B

Tints of Rangoon Green #2C321B

RGB

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

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

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

R = 36.36%
G = 41.32%
B = 22.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#2C321B (or 0x2C321B) is known color: Rangoon Green. HEX triplet: 2C, 32 and 1B. RGB value is (44,50,27). Sum of RGB (Red+Green+Blue) = 44+50+27=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #2C321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C321B is #D3CDE4. Grayscale: #2D2D2D. Windows color (decimal): -13880805 or 1782316. OLE color: 1782316.

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

Color convert

RGB 44 50 27 -
CMYK 0.12 0 0.46 0.80
HSL 75.65º 0.3% 0.15% -
HSV(B) 75.65º 0.46% 0.2% -
XYZ 2.38 2.9 1.47 -
YUV 45.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 44 50 27 0.12 0 0.46 0.80 75.65 0.3 0.15
Hex 2C 32 1B C 0 2E 50 4C 1E F
Octal 54 62 33 14 0 56 120 114 36 17
Binary 101100 110010 11011 1100 0 101110 1010000 1001100 11110 1111

Color Harmonies of #2C321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C321B

Black with #2C321B

Text Example


Text Example

White with #2C321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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