Html Css Color HEX #293312 Rangoon Green

📋 copy color: '#293312'

red 41 ◦ green 51 ◦ blue 18

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

Shades of Rangoon Green #293312

Tints of Rangoon Green #293312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 46.36%

 BLUE value IS 18 (7.42% from 255) = 16.36%

R = 37.27%
G = 46.36%
B = 16.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#293312 (or 0x293312) is known color: Rangoon Green. HEX triplet: 29, 33 and 12. RGB value is (41,51,18). Sum of RGB (Red+Green+Blue) = 41+51+18=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #293312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293312 is #D6CCED. Grayscale: #2C2C2C. Windows color (decimal): -14077166 or 1192745. OLE color: 1192745.

HSL color Cylindrical-coordinate representation of color #293312: hue angle of 78.18º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293312 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 51 18 -
CMYK 0.20 0 0.65 0.8
HSL 78.18º 0.48% 0.14% -
HSV(B) 78.18º 0.65% 0.2% -
XYZ 2.21 2.88 1.01 -
YUV 44.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 41 51 18 0.20 0 0.65 0.8 78.18 0.48 0.14
Hex 29 33 12 14 0 41 50 4E 30 E
Octal 51 63 22 24 0 101 120 116 60 16
Binary 101001 110011 10010 10100 0 1000001 1010000 1001110 110000 1110

Color Harmonies of #293312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293312

Black with #293312

Text Example


Text Example

White with #293312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293312; }

 p { color: rgb(41,51,18); }

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

background-color css

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

 a { background-color: rgb(41,51,18); }

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

border-color css

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

 span { border-color: rgb(41,51,18); }

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