Html Css Color HEX #2E361C Rangoon Green

📋 copy color: '#2E361C'

red 46 ◦ green 54 ◦ blue 28

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

Shades of Rangoon Green #2E361C

Tints of Rangoon Green #2E361C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.88%

R = 35.94%
G = 42.19%
B = 21.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#2E361C (or 0x2E361C) is known color: Rangoon Green. HEX triplet: 2E, 36 and 1C. RGB value is (46,54,28). Sum of RGB (Red+Green+Blue) = 46+54+28=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 54 - color contains mainly: green. Hex color #2E361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E361C is #D1C9E3. Grayscale: #303030. Windows color (decimal): -13748708 or 1848878. OLE color: 1848878.

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

Color convert

RGB 46 54 28 -
CMYK 0.15 0 0.48 0.79
HSL 78.46º 0.32% 0.16% -
HSV(B) 78.46º 0.48% 0.21% -
XYZ 2.66 3.3 1.6 -
YUV 48.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 46 54 28 0.15 0 0.48 0.79 78.46 0.32 0.16
Hex 2E 36 1C F 0 30 4F 4E 20 10
Octal 56 66 34 17 0 60 117 116 40 20
Binary 101110 110110 11100 1111 0 110000 1001111 1001110 100000 10000

Color Harmonies of #2E361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E361C

Black with #2E361C

Text Example


Text Example

White with #2E361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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