Html Css Color HEX #2A3113 Rangoon Green

📋 copy color: '#2A3113'

red 42 ◦ green 49 ◦ blue 19

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

Shades of Rangoon Green #2A3113

Tints of Rangoon Green #2A3113

RGB

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

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

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

R = 38.18%
G = 44.55%
B = 17.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#2A3113 (or 0x2A3113) is known color: Rangoon Green. HEX triplet: 2A, 31 and 13. RGB value is (42,49,19). Sum of RGB (Red+Green+Blue) = 42+49+19=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3113 is #D5CEEC. Grayscale: #2B2B2B. Windows color (decimal): -14012141 or 1257770. OLE color: 1257770.

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

Color convert

RGB 42 49 19 -
CMYK 0.14 0 0.61 0.81
HSL 74º 0.44% 0.13% -
HSV(B) 74º 0.61% 0.19% -
XYZ 2.17 2.74 1.03 -
YUV 43.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 42 49 19 0.14 0 0.61 0.81 74 0.44 0.13
Hex 2A 31 13 E 0 3D 51 4A 2C D
Octal 52 61 23 16 0 75 121 112 54 15
Binary 101010 110001 10011 1110 0 111101 1010001 1001010 101100 1101

Color Harmonies of #2A3113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3113

Black with #2A3113

Text Example


Text Example

White with #2A3113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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