Html Css Color HEX #2A3315 Rangoon Green

📋 copy color: '#2A3315'

red 42 ◦ green 51 ◦ blue 21

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

Shades of Rangoon Green #2A3315

Tints of Rangoon Green #2A3315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 44.74%

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 36.84%
G = 44.74%
B = 18.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#2A3315 (or 0x2A3315) is known color: Rangoon Green. HEX triplet: 2A, 33 and 15. RGB value is (42,51,21). Sum of RGB (Red+Green+Blue) = 42+51+21=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #2A3315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3315 is #D5CCEA. Grayscale: #2D2D2D. Windows color (decimal): -14011627 or 1389354. OLE color: 1389354.

HSL color Cylindrical-coordinate representation of color #2A3315: hue angle of 78º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A3315 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB 42 51 21 -
CMYK 0.18 0 0.59 0.8
HSL 78º 0.42% 0.14% -
HSV(B) 78º 0.59% 0.2% -
XYZ 2.27 2.91 1.15 -
YUV 44.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 42 51 21 0.18 0 0.59 0.8 78 0.42 0.14
Hex 2A 33 15 12 0 3B 50 4E 2A E
Octal 52 63 25 22 0 73 120 116 52 16
Binary 101010 110011 10101 10010 0 111011 1010000 1001110 101010 1110

Color Harmonies of #2A3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3315

Black with #2A3315

Text Example


Text Example

White with #2A3315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,51,21); }

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

background-color css

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

 a { background-color: rgb(42,51,21); }

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

border-color css

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

 span { border-color: rgb(42,51,21); }

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