Html Css Color HEX #2A3118 Rangoon Green

📋 copy color: '#2A3118'

red 42 ◦ green 49 ◦ blue 24

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

Shades of Rangoon Green #2A3118

Tints of Rangoon Green #2A3118

RGB

 RED value IS 42 (16.8% from 255) = 36.52%

 GREEN value IS 49 (19.53% from 255) = 42.61%

 BLUE value IS 24 (9.77% from 255) = 20.87%

R = 36.52%
G = 42.61%
B = 20.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#2A3118 (or 0x2A3118) is known color: Rangoon Green. HEX triplet: 2A, 31 and 18. RGB value is (42,49,24). Sum of RGB (Red+Green+Blue) = 42+49+24=115 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.52% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3118 is #D5CEE7. Grayscale: #2C2C2C. Windows color (decimal): -14012136 or 1585450. OLE color: 1585450.

HSL color Cylindrical-coordinate representation of color #2A3118: hue angle of 76.8º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A3118 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB 42 49 24 -
CMYK 0.14 0 0.51 0.81
HSL 76.8º 0.34% 0.14% -
HSV(B) 76.8º 0.51% 0.19% -
XYZ 2.22 2.75 1.28 -
YUV 44.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 42 49 24 0.14 0 0.51 0.81 76.8 0.34 0.14
Hex 2A 31 18 E 0 33 51 4D 22 E
Octal 52 61 30 16 0 63 121 115 42 16
Binary 101010 110001 11000 1110 0 110011 1010001 1001101 100010 1110

Color Harmonies of #2A3118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3118

Black with #2A3118

Text Example


Text Example

White with #2A3118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A3118; }

 p { color: rgb(42,49,24); }

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

background-color css

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

 a { background-color: rgb(42,49,24); }

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

border-color css

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

 span { border-color: rgb(42,49,24); }

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