Html Css Color HEX #293013 Rangoon Green

📋 copy color: '#293013'

red 41 ◦ green 48 ◦ blue 19

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

Shades of Rangoon Green #293013

Tints of Rangoon Green #293013

RGB

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

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

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

R = 37.96%
G = 44.44%
B = 17.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#293013 (or 0x293013) is known color: Rangoon Green. HEX triplet: 29, 30 and 13. RGB value is (41,48,19). Sum of RGB (Red+Green+Blue) = 41+48+19=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #293013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293013 is #D6CFEC. Grayscale: #2A2A2A. Windows color (decimal): -14077933 or 1257513. OLE color: 1257513.

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

Color convert

RGB 41 48 19 -
CMYK 0.15 0 0.60 0.81
HSL 74.48º 0.43% 0.13% -
HSV(B) 74.48º 0.6% 0.19% -
XYZ 2.09 2.63 1.01 -
YUV 42.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 41 48 19 0.15 0 0.60 0.81 74.48 0.43 0.13
Hex 29 30 13 F 0 3C 51 4A 2B D
Octal 51 60 23 17 0 74 121 112 53 15
Binary 101001 110000 10011 1111 0 111100 1010001 1001010 101011 1101

Color Harmonies of #293013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293013

Black with #293013

Text Example


Text Example

White with #293013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293013; }

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

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

background-color css

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

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

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

border-color css

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

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

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