Html Css Color HEX #2A3413 Rangoon Green

📋 copy color: '#2A3413'

red 42 ◦ green 52 ◦ blue 19

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

Shades of Rangoon Green #2A3413

Tints of Rangoon Green #2A3413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.02%

 BLUE value IS 19 (7.81% from 255) = 16.81%

R = 37.17%
G = 46.02%
B = 16.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#2A3413 (or 0x2A3413) is known color: Rangoon Green. HEX triplet: 2A, 34 and 13. RGB value is (42,52,19). Sum of RGB (Red+Green+Blue) = 42+52+19=113 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.17% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #2A3413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3413 is #D5CBEC. Grayscale: #2D2D2D. Windows color (decimal): -14011373 or 1258538. OLE color: 1258538.

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

Color convert

RGB 42 52 19 -
CMYK 0.19 0 0.63 0.80
HSL 78.18º 0.46% 0.14% -
HSV(B) 78.18º 0.63% 0.2% -
XYZ 2.3 3 1.07 -
YUV 45.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 42 52 19 0.19 0 0.63 0.80 78.18 0.46 0.14
Hex 2A 34 13 13 0 3F 50 4E 2E E
Octal 52 64 23 23 0 77 120 116 56 16
Binary 101010 110100 10011 10011 0 111111 1010000 1001110 101110 1110

Color Harmonies of #2A3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3413

Black with #2A3413

Text Example


Text Example

White with #2A3413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,52,19); }

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

background-color css

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

 a { background-color: rgb(42,52,19); }

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

border-color css

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

 span { border-color: rgb(42,52,19); }

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