Html Css Color HEX #2C3219 Rangoon Green

📋 copy color: '#2C3219'

red 44 ◦ green 50 ◦ blue 25

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

Shades of Rangoon Green #2C3219

Tints of Rangoon Green #2C3219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.01%

R = 36.97%
G = 42.02%
B = 21.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.80

RGB Variations

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

Color information

#2C3219 (or 0x2C3219) is known color: Rangoon Green. HEX triplet: 2C, 32 and 19. RGB value is (44,50,25). Sum of RGB (Red+Green+Blue) = 44+50+25=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #2C3219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3219 is #D3CDE6. Grayscale: #2D2D2D. Windows color (decimal): -13880807 or 1651244. OLE color: 1651244.

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

Color convert

RGB 44 50 25 -
CMYK 0.12 0 0.50 0.80
HSL 74.4º 0.33% 0.15% -
HSV(B) 74.4º 0.5% 0.2% -
XYZ 2.35 2.89 1.35 -
YUV 45.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 44 50 25 0.12 0 0.50 0.80 74.4 0.33 0.15
Hex 2C 32 19 C 0 32 50 4A 21 F
Octal 54 62 31 14 0 62 120 112 41 17
Binary 101100 110010 11001 1100 0 110010 1010000 1001010 100001 1111

Color Harmonies of #2C3219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3219

Black with #2C3219

Text Example


Text Example

White with #2C3219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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