Html Css Color HEX #2E341F Rangoon Green

📋 copy color: '#2E341F'

red 46 ◦ green 52 ◦ blue 31

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

Shades of Rangoon Green #2E341F

Tints of Rangoon Green #2E341F

RGB

 RED value IS 46 (18.36% from 255) = 35.66%

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

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 35.66%
G = 40.31%
B = 24.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#2E341F (or 0x2E341F) is known color: Rangoon Green. HEX triplet: 2E, 34 and 1F. RGB value is (46,52,31). Sum of RGB (Red+Green+Blue) = 46+52+31=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 52 - color contains mainly: green. Hex color #2E341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E341F is #D1CBE0. Grayscale: #2F2F2F. Windows color (decimal): -13749217 or 2044974. OLE color: 2044974.

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

Color convert

RGB 46 52 31 -
CMYK 0.12 0 0.40 0.80
HSL 77.14º 0.25% 0.16% -
HSV(B) 77.14º 0.4% 0.2% -
XYZ 2.6 3.14 1.76 -
YUV 47.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 46 52 31 0.12 0 0.40 0.80 77.14 0.25 0.16
Hex 2E 34 1F C 0 28 50 4D 19 10
Octal 56 64 37 14 0 50 120 115 31 20
Binary 101110 110100 11111 1100 0 101000 1010000 1001101 11001 10000

Color Harmonies of #2E341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E341F

Black with #2E341F

Text Example


Text Example

White with #2E341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,52,31); }

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

background-color css

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

 a { background-color: rgb(46,52,31); }

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

border-color css

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

 span { border-color: rgb(46,52,31); }

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