Html Css Color HEX #2A3216 Rangoon Green

📋 copy color: '#2A3216'

red 42 ◦ green 50 ◦ blue 22

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

Shades of Rangoon Green #2A3216

Tints of Rangoon Green #2A3216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.86%

 BLUE value IS 22 (8.98% from 255) = 19.3%

R = 36.84%
G = 43.86%
B = 19.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#2A3216 (or 0x2A3216) is known color: Rangoon Green. HEX triplet: 2A, 32 and 16. RGB value is (42,50,22). Sum of RGB (Red+Green+Blue) = 42+50+22=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #2A3216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3216 is #D5CDE9. Grayscale: #2C2C2C. Windows color (decimal): -14011882 or 1454634. OLE color: 1454634.

HSL color Cylindrical-coordinate representation of color #2A3216: hue angle of 77.14º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A3216 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 42 50 22 -
CMYK 0.16 0 0.56 0.80
HSL 77.14º 0.39% 0.14% -
HSV(B) 77.14º 0.56% 0.2% -
XYZ 2.24 2.83 1.19 -
YUV 44.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 42 50 22 0.16 0 0.56 0.80 77.14 0.39 0.14
Hex 2A 32 16 10 0 38 50 4D 27 E
Octal 52 62 26 20 0 70 120 115 47 16
Binary 101010 110010 10110 10000 0 111000 1010000 1001101 100111 1110

Color Harmonies of #2A3216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3216

Black with #2A3216

Text Example


Text Example

White with #2A3216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,50,22); }

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

background-color css

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

 a { background-color: rgb(42,50,22); }

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

border-color css

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

 span { border-color: rgb(42,50,22); }

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