Html Css Color HEX #2A311A Rangoon Green

📋 copy color: '#2A311A'

red 42 ◦ green 49 ◦ blue 26

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

Shades of Rangoon Green #2A311A

Tints of Rangoon Green #2A311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.22%

R = 35.9%
G = 41.88%
B = 22.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#2A311A (or 0x2A311A) is known color: Rangoon Green. HEX triplet: 2A, 31 and 1A. RGB value is (42,49,26). Sum of RGB (Red+Green+Blue) = 42+49+26=117 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.90% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #2A311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A311A is #D5CEE5. Grayscale: #2C2C2C. Windows color (decimal): -14012134 or 1716522. OLE color: 1716522.

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

Color convert

RGB 42 49 26 -
CMYK 0.14 0 0.47 0.81
HSL 78.26º 0.31% 0.15% -
HSV(B) 78.26º 0.47% 0.19% -
XYZ 2.24 2.76 1.39 -
YUV 44.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 42 49 26 0.14 0 0.47 0.81 78.26 0.31 0.15
Hex 2A 31 1A E 0 2F 51 4E 1F F
Octal 52 61 32 16 0 57 121 116 37 17
Binary 101010 110001 11010 1110 0 101111 1010001 1001110 11111 1111

Color Harmonies of #2A311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A311A

Black with #2A311A

Text Example


Text Example

White with #2A311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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