Html Css Color HEX #2E361D Rangoon Green

📋 copy color: '#2E361D'

red 46 ◦ green 54 ◦ blue 29

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

Shades of Rangoon Green #2E361D

Tints of Rangoon Green #2E361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 41.86%

 BLUE value IS 29 (11.72% from 255) = 22.48%

R = 35.66%
G = 41.86%
B = 22.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#2E361D (or 0x2E361D) is known color: Rangoon Green. HEX triplet: 2E, 36 and 1D. RGB value is (46,54,29). Sum of RGB (Red+Green+Blue) = 46+54+29=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 54 - color contains mainly: green. Hex color #2E361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E361D is #D1C9E2. Grayscale: #303030. Windows color (decimal): -13748707 or 1914414. OLE color: 1914414.

HSL color Cylindrical-coordinate representation of color #2E361D: hue angle of 79.2º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E361D is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 46 54 29 -
CMYK 0.15 0 0.46 0.79
HSL 79.2º 0.3% 0.16% -
HSV(B) 79.2º 0.46% 0.21% -
XYZ 2.67 3.31 1.66 -
YUV 48.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 46 54 29 0.15 0 0.46 0.79 79.2 0.3 0.16
Hex 2E 36 1D F 0 2E 4F 4F 1E 10
Octal 56 66 35 17 0 56 117 117 36 20
Binary 101110 110110 11101 1111 0 101110 1001111 1001111 11110 10000

Color Harmonies of #2E361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E361D

Black with #2E361D

Text Example


Text Example

White with #2E361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,54,29); }

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

background-color css

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

 a { background-color: rgb(46,54,29); }

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

border-color css

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

 span { border-color: rgb(46,54,29); }

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