Html Css Color HEX #2B3117 Rangoon Green

📋 copy color: '#2B3117'

red 43 ◦ green 49 ◦ blue 23

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

Shades of Rangoon Green #2B3117

Tints of Rangoon Green #2B3117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20%

R = 37.39%
G = 42.61%
B = 20%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#2B3117 (or 0x2B3117) is known color: Rangoon Green. HEX triplet: 2B, 31 and 17. RGB value is (43,49,23). Sum of RGB (Red+Green+Blue) = 43+49+23=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3117 is #D4CEE8. Grayscale: #2C2C2C. Windows color (decimal): -13946601 or 1519915. OLE color: 1519915.

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

Color convert

RGB 43 49 23 -
CMYK 0.12 0 0.53 0.81
HSL 73.85º 0.36% 0.14% -
HSV(B) 73.85º 0.53% 0.19% -
XYZ 2.25 2.77 1.23 -
YUV 44.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 43 49 23 0.12 0 0.53 0.81 73.85 0.36 0.14
Hex 2B 31 17 C 0 35 51 4A 24 E
Octal 53 61 27 14 0 65 121 112 44 16
Binary 101011 110001 10111 1100 0 110101 1010001 1001010 100100 1110

Color Harmonies of #2B3117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3117

Black with #2B3117

Text Example


Text Example

White with #2B3117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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