Html Css Color HEX #293213 Rangoon Green

📋 copy color: '#293213'

red 41 ◦ green 50 ◦ blue 19

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

Shades of Rangoon Green #293213

Tints of Rangoon Green #293213

RGB

 RED value IS 41 (16.41% from 255) = 37.27%

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

 BLUE value IS 19 (7.81% from 255) = 17.27%

R = 37.27%
G = 45.45%
B = 17.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#293213 (or 0x293213) is known color: Rangoon Green. HEX triplet: 29, 32 and 13. RGB value is (41,50,19). Sum of RGB (Red+Green+Blue) = 41+50+19=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #293213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293213 is #D6CDEC. Grayscale: #2B2B2B. Windows color (decimal): -14077421 or 1258025. OLE color: 1258025.

HSL color Cylindrical-coordinate representation of color #293213: hue angle of 77.42º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #293213 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 50 19 -
CMYK 0.18 0 0.62 0.80
HSL 77.42º 0.45% 0.14% -
HSV(B) 77.42º 0.62% 0.2% -
XYZ 2.17 2.8 1.04 -
YUV 43.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 41 50 19 0.18 0 0.62 0.80 77.42 0.45 0.14
Hex 29 32 13 12 0 3E 50 4D 2D E
Octal 51 62 23 22 0 76 120 115 55 16
Binary 101001 110010 10011 10010 0 111110 1010000 1001101 101101 1110

Color Harmonies of #293213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293213

Black with #293213

Text Example


Text Example

White with #293213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293213; }

 p { color: rgb(41,50,19); }

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

background-color css

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

 a { background-color: rgb(41,50,19); }

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

border-color css

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

 span { border-color: rgb(41,50,19); }

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