Html Css Color HEX #2C331C Rangoon Green

📋 copy color: '#2C331C'

red 44 ◦ green 51 ◦ blue 28

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

Shades of Rangoon Green #2C331C

Tints of Rangoon Green #2C331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.46%

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

R = 35.77%
G = 41.46%
B = 22.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.8

RGB Variations

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

Color information

#2C331C (or 0x2C331C) is known color: Rangoon Green. HEX triplet: 2C, 33 and 1C. RGB value is (44,51,28). Sum of RGB (Red+Green+Blue) = 44+51+28=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #2C331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C331C is #D3CCE3. Grayscale: #2E2E2E. Windows color (decimal): -13880548 or 1848108. OLE color: 1848108.

HSL color Cylindrical-coordinate representation of color #2C331C: hue angle of 78.26º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C331C is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB 44 51 28 -
CMYK 0.14 0 0.45 0.8
HSL 78.26º 0.29% 0.15% -
HSV(B) 78.26º 0.45% 0.2% -
XYZ 2.43 2.99 1.55 -
YUV 46.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 44 51 28 0.14 0 0.45 0.8 78.26 0.29 0.15
Hex 2C 33 1C E 0 2D 50 4E 1D F
Octal 54 63 34 16 0 55 120 116 35 17
Binary 101100 110011 11100 1110 0 101101 1010000 1001110 11101 1111

Color Harmonies of #2C331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C331C

Black with #2C331C

Text Example


Text Example

White with #2C331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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