Html Css Color HEX #2C331A Rangoon Green

📋 copy color: '#2C331A'

red 44 ◦ green 51 ◦ blue 26

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

Shades of Rangoon Green #2C331A

Tints of Rangoon Green #2C331A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.49%

R = 36.36%
G = 42.15%
B = 21.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.8

RGB Variations

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

Color information

#2C331A (or 0x2C331A) is known color: Rangoon Green. HEX triplet: 2C, 33 and 1A. RGB value is (44,51,26). Sum of RGB (Red+Green+Blue) = 44+51+26=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #2C331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C331A is #D3CCE5. Grayscale: #2E2E2E. Windows color (decimal): -13880550 or 1717036. OLE color: 1717036.

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

Color convert

RGB 44 51 26 -
CMYK 0.14 0 0.49 0.8
HSL 76.8º 0.32% 0.15% -
HSV(B) 76.8º 0.49% 0.2% -
XYZ 2.41 2.98 1.43 -
YUV 46.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 44 51 26 0.14 0 0.49 0.8 76.8 0.32 0.15
Hex 2C 33 1A E 0 31 50 4D 20 F
Octal 54 63 32 16 0 61 120 115 40 17
Binary 101100 110011 11010 1110 0 110001 1010000 1001101 100000 1111

Color Harmonies of #2C331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C331A

Black with #2C331A

Text Example


Text Example

White with #2C331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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