Html Css Color HEX #2A3016 Rangoon Green

📋 copy color: '#2A3016'

red 42 ◦ green 48 ◦ blue 22

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

Shades of Rangoon Green #2A3016

Tints of Rangoon Green #2A3016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 42.86%

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

R = 37.5%
G = 42.86%
B = 19.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#2A3016 (or 0x2A3016) is known color: Rangoon Green. HEX triplet: 2A, 30 and 16. RGB value is (42,48,22). Sum of RGB (Red+Green+Blue) = 42+48+22=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3016 is #D5CFE9. Grayscale: #2B2B2B. Windows color (decimal): -14012394 or 1454122. OLE color: 1454122.

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

Color convert

RGB 42 48 22 -
CMYK 0.13 0 0.54 0.81
HSL 73.85º 0.37% 0.14% -
HSV(B) 73.85º 0.54% 0.19% -
XYZ 2.16 2.66 1.16 -
YUV 43.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 42 48 22 0.13 0 0.54 0.81 73.85 0.37 0.14
Hex 2A 30 16 D 0 36 51 4A 25 E
Octal 52 60 26 15 0 66 121 112 45 16
Binary 101010 110000 10110 1101 0 110110 1010001 1001010 100101 1110

Color Harmonies of #2A3016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3016

Black with #2A3016

Text Example


Text Example

White with #2A3016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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