Html Css Color HEX #2D361B Rangoon Green

📋 copy color: '#2D361B'

red 45 ◦ green 54 ◦ blue 27

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

Shades of Rangoon Green #2D361B

Tints of Rangoon Green #2D361B

RGB

 RED value IS 45 (17.97% from 255) = 35.71%

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

 BLUE value IS 27 (10.94% from 255) = 21.43%

R = 35.71%
G = 42.86%
B = 21.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#2D361B (or 0x2D361B) is known color: Rangoon Green. HEX triplet: 2D, 36 and 1B. RGB value is (45,54,27). Sum of RGB (Red+Green+Blue) = 45+54+27=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 54 - color contains mainly: green. Hex color #2D361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D361B is #D2C9E4. Grayscale: #303030. Windows color (decimal): -13814245 or 1783341. OLE color: 1783341.

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

Color convert

RGB 45 54 27 -
CMYK 0.17 0 0.5 0.79
HSL 80º 0.33% 0.16% -
HSV(B) 80º 0.5% 0.21% -
XYZ 2.6 3.28 1.53 -
YUV 48.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 45 54 27 0.17 0 0.5 0.79 80 0.33 0.16
Hex 2D 36 1B 11 0 32 4F 50 21 10
Octal 55 66 33 21 0 62 117 120 41 20
Binary 101101 110110 11011 10001 0 110010 1001111 1010000 100001 10000

Color Harmonies of #2D361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D361B

Black with #2D361B

Text Example


Text Example

White with #2D361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,54,27); }

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

background-color css

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

 a { background-color: rgb(45,54,27); }

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

border-color css

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

 span { border-color: rgb(45,54,27); }

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