Html Css Color HEX #2C311C Rangoon Green

📋 copy color: '#2C311C'

red 44 ◦ green 49 ◦ blue 28

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

Shades of Rangoon Green #2C311C

Tints of Rangoon Green #2C311C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.5%

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

R = 36.36%
G = 40.5%
B = 23.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.81

RGB Variations

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

Color information

#2C311C (or 0x2C311C) is known color: Rangoon Green. HEX triplet: 2C, 31 and 1C. RGB value is (44,49,28). Sum of RGB (Red+Green+Blue) = 44+49+28=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #2C311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C311C is #D3CEE3. Grayscale: #2D2D2D. Windows color (decimal): -13881060 or 1847596. OLE color: 1847596.

HSL color Cylindrical-coordinate representation of color #2C311C: hue angle of 74.29º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C311C is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB 44 49 28 -
CMYK 0.10 0 0.43 0.81
HSL 74.29º 0.27% 0.15% -
HSV(B) 74.29º 0.43% 0.19% -
XYZ 2.35 2.82 1.52 -
YUV 45.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 44 49 28 0.10 0 0.43 0.81 74.29 0.27 0.15
Hex 2C 31 1C A 0 2B 51 4A 1B F
Octal 54 61 34 12 0 53 121 112 33 17
Binary 101100 110001 11100 1010 0 101011 1010001 1001010 11011 1111

Color Harmonies of #2C311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C311C

Black with #2C311C

Text Example


Text Example

White with #2C311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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