Html Css Color HEX #2B3120 Rangoon Green

📋 copy color: '#2B3120'

red 43 ◦ green 49 ◦ blue 32

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

Shades of Rangoon Green #2B3120

Tints of Rangoon Green #2B3120

RGB

 RED value IS 43 (17.19% from 255) = 34.68%

 GREEN value IS 49 (19.53% from 255) = 39.52%

 BLUE value IS 32 (12.89% from 255) = 25.81%

R = 34.68%
G = 39.52%
B = 25.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#2B3120 (or 0x2B3120) is known color: Rangoon Green. HEX triplet: 2B, 31 and 20. RGB value is (43,49,32). Sum of RGB (Red+Green+Blue) = 43+49+32=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3120 is #D4CEDF. Grayscale: #2D2D2D. Windows color (decimal): -13946592 or 2109739. OLE color: 2109739.

HSL color Cylindrical-coordinate representation of color #2B3120: hue angle of 81.18º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B3120 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 43 49 32 -
CMYK 0.12 0 0.35 0.81
HSL 81.18º 0.21% 0.16% -
HSV(B) 81.18º 0.35% 0.19% -
XYZ 2.36 2.81 1.79 -
YUV 45.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 43 49 32 0.12 0 0.35 0.81 81.18 0.21 0.16
Hex 2B 31 20 C 0 23 51 51 15 10
Octal 53 61 40 14 0 43 121 121 25 20
Binary 101011 110001 100000 1100 0 100011 1010001 1010001 10101 10000

Color Harmonies of #2B3120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3120

Black with #2B3120

Text Example


Text Example

White with #2B3120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,49,32); }

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

background-color css

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

 a { background-color: rgb(43,49,32); }

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

border-color css

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

 span { border-color: rgb(43,49,32); }

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