Html Css Color HEX #2B331B Rangoon Green

📋 copy color: '#2B331B'

red 43 ◦ green 51 ◦ blue 27

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

Shades of Rangoon Green #2B331B

Tints of Rangoon Green #2B331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.15%

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

R = 35.54%
G = 42.15%
B = 22.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#2B331B (or 0x2B331B) is known color: Rangoon Green. HEX triplet: 2B, 33 and 1B. RGB value is (43,51,27). Sum of RGB (Red+Green+Blue) = 43+51+27=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #2B331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B331B is #D4CCE4. Grayscale: #2D2D2D. Windows color (decimal): -13946085 or 1782571. OLE color: 1782571.

HSL color Cylindrical-coordinate representation of color #2B331B: hue angle of 80º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B331B is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB 43 51 27 -
CMYK 0.16 0 0.47 0.8
HSL 80º 0.31% 0.15% -
HSV(B) 80º 0.47% 0.2% -
XYZ 2.38 2.96 1.48 -
YUV 45.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 43 51 27 0.16 0 0.47 0.8 80 0.31 0.15
Hex 2B 33 1B 10 0 2F 50 50 1F F
Octal 53 63 33 20 0 57 120 120 37 17
Binary 101011 110011 11011 10000 0 101111 1010000 1010000 11111 1111

Color Harmonies of #2B331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B331B

Black with #2B331B

Text Example


Text Example

White with #2B331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,51,27); }

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

background-color css

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

 a { background-color: rgb(43,51,27); }

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

border-color css

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

 span { border-color: rgb(43,51,27); }

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