Html Css Color HEX #293014 Rangoon Green

📋 copy color: '#293014'

red 41 ◦ green 48 ◦ blue 20

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

Shades of Rangoon Green #293014

Tints of Rangoon Green #293014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.04%

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

R = 37.61%
G = 44.04%
B = 18.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#293014 (or 0x293014) is known color: Rangoon Green. HEX triplet: 29, 30 and 14. RGB value is (41,48,20). Sum of RGB (Red+Green+Blue) = 41+48+20=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #293014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293014 is #D6CFEB. Grayscale: #2A2A2A. Windows color (decimal): -14077932 or 1323049. OLE color: 1323049.

HSL color Cylindrical-coordinate representation of color #293014: hue angle of 75º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #293014 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 48 20 -
CMYK 0.15 0 0.58 0.81
HSL 75º 0.41% 0.13% -
HSV(B) 75º 0.58% 0.19% -
XYZ 2.1 2.64 1.06 -
YUV 42.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 41 48 20 0.15 0 0.58 0.81 75 0.41 0.13
Hex 29 30 14 F 0 3A 51 4B 29 D
Octal 51 60 24 17 0 72 121 113 51 15
Binary 101001 110000 10100 1111 0 111010 1010001 1001011 101001 1101

Color Harmonies of #293014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293014

Black with #293014

Text Example


Text Example

White with #293014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293014; }

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

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

background-color css

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

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

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

border-color css

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

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

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