Html Css Color HEX #293214 Rangoon Green

📋 copy color: '#293214'

red 41 ◦ green 50 ◦ blue 20

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

Shades of Rangoon Green #293214

Tints of Rangoon Green #293214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.02%

R = 36.94%
G = 45.05%
B = 18.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#293214 (or 0x293214) is known color: Rangoon Green. HEX triplet: 29, 32 and 14. RGB value is (41,50,20). Sum of RGB (Red+Green+Blue) = 41+50+20=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #293214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293214 is #D6CDEB. Grayscale: #2C2C2C. Windows color (decimal): -14077420 or 1323561. OLE color: 1323561.

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

Color convert

RGB 41 50 20 -
CMYK 0.18 0 0.60 0.80
HSL 78º 0.43% 0.14% -
HSV(B) 78º 0.6% 0.2% -
XYZ 2.18 2.8 1.09 -
YUV 43.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 41 50 20 0.18 0 0.60 0.80 78 0.43 0.14
Hex 29 32 14 12 0 3C 50 4E 2B E
Octal 51 62 24 22 0 74 120 116 53 16
Binary 101001 110010 10100 10010 0 111100 1010000 1001110 101011 1110

Color Harmonies of #293214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293214

Black with #293214

Text Example


Text Example

White with #293214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293214; }

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

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

background-color css

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

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

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

border-color css

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

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

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