Html Css Color HEX #2B483B Bottle Green

📋 copy color: '#2B483B'

red 43 ◦ green 72 ◦ blue 59

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

Shades of Bottle Green #2B483B

Tints of Bottle Green #2B483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.38%

 BLUE value IS 59 (23.44% from 255) = 33.91%

R = 24.71%
G = 41.38%
B = 33.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#2B483B (or 0x2B483B) is known color: Bottle Green. HEX triplet: 2B, 48 and 3B. RGB value is (43,72,59). Sum of RGB (Red+Green+Blue) = 43+72+59=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #2B483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B483B is #D4B7C4. Grayscale: #3D3D3D. Windows color (decimal): -13940677 or 3885099. OLE color: 3885099.

HSL color Cylindrical-coordinate representation of color #2B483B: hue angle of 153.1º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B483B is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 72 59 -
CMYK 0.40 0 0.18 0.72
HSL 153.1º 0.25% 0.23% -
HSV(B) 153.1º 0.4% 0.28% -
XYZ 4.1 5.46 4.98 -
YUV 61.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 43 72 59 0.40 0 0.18 0.72 153.1 0.25 0.23
Hex 2B 48 3B 28 0 12 48 99 19 17
Octal 53 110 73 50 0 22 110 231 31 27
Binary 101011 1001000 111011 101000 0 10010 1001000 10011001 11001 10111

Color Harmonies of #2B483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B483B

Black with #2B483B

Text Example


Text Example

White with #2B483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,72,59); }

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

background-color css

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

 a { background-color: rgb(43,72,59); }

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

border-color css

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

 span { border-color: rgb(43,72,59); }

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