Html Css Color HEX #2C311E Rangoon Green

📋 copy color: '#2C311E'

red 44 ◦ green 49 ◦ blue 30

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

Shades of Rangoon Green #2C311E

Tints of Rangoon Green #2C311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 35.77%
G = 39.84%
B = 24.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.81

RGB Variations

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

Color information

#2C311E (or 0x2C311E) is known color: Rangoon Green. HEX triplet: 2C, 31 and 1E. RGB value is (44,49,30). Sum of RGB (Red+Green+Blue) = 44+49+30=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #2C311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C311E is #D3CEE1. Grayscale: #2D2D2D. Windows color (decimal): -13881058 or 1978668. OLE color: 1978668.

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

Color convert

RGB 44 49 30 -
CMYK 0.10 0 0.39 0.81
HSL 75.79º 0.24% 0.15% -
HSV(B) 75.79º 0.39% 0.19% -
XYZ 2.37 2.83 1.65 -
YUV 45.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 44 49 30 0.10 0 0.39 0.81 75.79 0.24 0.15
Hex 2C 31 1E A 0 27 51 4C 18 F
Octal 54 61 36 12 0 47 121 114 30 17
Binary 101100 110001 11110 1010 0 100111 1010001 1001100 11000 1111

Color Harmonies of #2C311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C311E

Black with #2C311E

Text Example


Text Example

White with #2C311E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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