Html Css Color HEX #2B3119 Rangoon Green

📋 copy color: '#2B3119'

red 43 ◦ green 49 ◦ blue 25

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

Shades of Rangoon Green #2B3119

Tints of Rangoon Green #2B3119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.37%

R = 36.75%
G = 41.88%
B = 21.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#2B3119 (or 0x2B3119) is known color: Rangoon Green. HEX triplet: 2B, 31 and 19. RGB value is (43,49,25). Sum of RGB (Red+Green+Blue) = 43+49+25=117 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.75% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3119 is #D4CEE6. Grayscale: #2C2C2C. Windows color (decimal): -13946599 or 1650987. OLE color: 1650987.

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

Color convert

RGB 43 49 25 -
CMYK 0.12 0 0.49 0.81
HSL 75º 0.32% 0.15% -
HSV(B) 75º 0.49% 0.19% -
XYZ 2.27 2.78 1.34 -
YUV 44.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 43 49 25 0.12 0 0.49 0.81 75 0.32 0.15
Hex 2B 31 19 C 0 31 51 4B 20 F
Octal 53 61 31 14 0 61 121 113 40 17
Binary 101011 110001 11001 1100 0 110001 1010001 1001011 100000 1111

Color Harmonies of #2B3119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3119

Black with #2B3119

Text Example


Text Example

White with #2B3119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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