Html Css Color HEX #2A311B Rangoon Green

📋 copy color: '#2A311B'

red 42 ◦ green 49 ◦ blue 27

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

Shades of Rangoon Green #2A311B

Tints of Rangoon Green #2A311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.88%

R = 35.59%
G = 41.53%
B = 22.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.81

RGB Variations

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

Color information

#2A311B (or 0x2A311B) is known color: Rangoon Green. HEX triplet: 2A, 31 and 1B. RGB value is (42,49,27). Sum of RGB (Red+Green+Blue) = 42+49+27=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #2A311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A311B is #D5CEE4. Grayscale: #2C2C2C. Windows color (decimal): -14012133 or 1782058. OLE color: 1782058.

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

Color convert

RGB 42 49 27 -
CMYK 0.14 0 0.45 0.81
HSL 79.09º 0.29% 0.15% -
HSV(B) 79.09º 0.45% 0.19% -
XYZ 2.25 2.77 1.45 -
YUV 44.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 42 49 27 0.14 0 0.45 0.81 79.09 0.29 0.15
Hex 2A 31 1B E 0 2D 51 4F 1D F
Octal 52 61 33 16 0 55 121 117 35 17
Binary 101010 110001 11011 1110 0 101101 1010001 1001111 11101 1111

Color Harmonies of #2A311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A311B

Black with #2A311B

Text Example


Text Example

White with #2A311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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