Html Css Color HEX #2B4448 Green Vogue

📋 copy color: '#2B4448'

red 43 ◦ green 68 ◦ blue 72

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

Shades of Green Vogue #2B4448

Tints of Green Vogue #2B4448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.16%

 BLUE value IS 72 (28.52% from 255) = 39.34%

R = 23.5%
G = 37.16%
B = 39.34%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B4448 (or 0x2B4448) is known color: Green Vogue. HEX triplet: 2B, 44 and 48. RGB value is (43,68,72). Sum of RGB (Red+Green+Blue) = 43+68+72=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B4448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4448 is #D4BBB7. Grayscale: #3C3C3C. Windows color (decimal): -13941688 or 4736043. OLE color: 4736043.

HSL color Cylindrical-coordinate representation of color #2B4448: hue angle of 188.28º 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 #2B4448 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 68 72 -
CMYK 0.40 0.06 0 0.72
HSL 188.28º 0.25% 0.23% -
HSV(B) 188.28º 0.4% 0.28% -
XYZ 4.23 5.12 6.9 -
YUV 60.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 43 68 72 0.40 0.06 0 0.72 188.28 0.25 0.23
Hex 2B 44 48 28 6 0 48 BC 19 17
Octal 53 104 110 50 6 0 110 274 31 27
Binary 101011 1000100 1001000 101000 110 0 1001000 10111100 11001 10111

Color Harmonies of #2B4448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4448

Black with #2B4448

Text Example


Text Example

White with #2B4448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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