Html Css Color HEX #2B3020 Rangoon Green

📋 copy color: '#2B3020'

red 43 ◦ green 48 ◦ blue 32

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

Shades of Rangoon Green #2B3020

Tints of Rangoon Green #2B3020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.02%

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

R = 34.96%
G = 39.02%
B = 26.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#2B3020 (or 0x2B3020) is known color: Rangoon Green. HEX triplet: 2B, 30 and 20. RGB value is (43,48,32). Sum of RGB (Red+Green+Blue) = 43+48+32=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3020 is #D4CFDF. Grayscale: #2C2C2C. Windows color (decimal): -13946848 or 2109483. OLE color: 2109483.

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

Color convert

RGB 43 48 32 -
CMYK 0.10 0 0.33 0.81
HSL 78.75º 0.2% 0.16% -
HSV(B) 78.75º 0.33% 0.19% -
XYZ 2.31 2.73 1.77 -
YUV 44.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 43 48 32 0.10 0 0.33 0.81 78.75 0.2 0.16
Hex 2B 30 20 A 0 21 51 4F 14 10
Octal 53 60 40 12 0 41 121 117 24 20
Binary 101011 110000 100000 1010 0 100001 1010001 1001111 10100 10000

Color Harmonies of #2B3020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3020

Black with #2B3020

Text Example


Text Example

White with #2B3020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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