Html Css Color HEX #2B301D Rangoon Green

📋 copy color: '#2B301D'

red 43 ◦ green 48 ◦ blue 29

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

Shades of Rangoon Green #2B301D

Tints of Rangoon Green #2B301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.17%

R = 35.83%
G = 40%
B = 24.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#2B301D (or 0x2B301D) is known color: Rangoon Green. HEX triplet: 2B, 30 and 1D. RGB value is (43,48,29). Sum of RGB (Red+Green+Blue) = 43+48+29=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #2B301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B301D is #D4CFE2. Grayscale: #2C2C2C. Windows color (decimal): -13946851 or 1912875. OLE color: 1912875.

HSL color Cylindrical-coordinate representation of color #2B301D: hue angle of 75.79º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B301D is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB 43 48 29 -
CMYK 0.10 0 0.40 0.81
HSL 75.79º 0.25% 0.15% -
HSV(B) 75.79º 0.4% 0.19% -
XYZ 2.27 2.72 1.57 -
YUV 44.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 43 48 29 0.10 0 0.40 0.81 75.79 0.25 0.15
Hex 2B 30 1D A 0 28 51 4C 19 F
Octal 53 60 35 12 0 50 121 114 31 17
Binary 101011 110000 11101 1010 0 101000 1010001 1001100 11001 1111

Color Harmonies of #2B301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B301D

Black with #2B301D

Text Example


Text Example

White with #2B301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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