Html Css Color HEX #2B444C Green Vogue

📋 copy color: '#2B444C'

red 43 ◦ green 68 ◦ blue 76

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

Shades of Green Vogue #2B444C

Tints of Green Vogue #2B444C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 22.99%
G = 36.36%
B = 40.64%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2B444C (or 0x2B444C) is known color: Green Vogue. HEX triplet: 2B, 44 and 4C. RGB value is (43,68,76). Sum of RGB (Red+Green+Blue) = 43+68+76=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B444C is #D4BBB3. Grayscale: #3D3D3D. Windows color (decimal): -13941684 or 4998187. OLE color: 4998187.

HSL color Cylindrical-coordinate representation of color #2B444C: hue angle of 194.55º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B444C is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 43 68 76 -
CMYK 0.43 0.11 0 0.70
HSL 194.55º 0.28% 0.23% -
HSV(B) 194.55º 0.43% 0.3% -
XYZ 4.37 5.17 7.61 -
YUV 61.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 43 68 76 0.43 0.11 0 0.70 194.55 0.28 0.23
Hex 2B 44 4C 2B B 0 46 C3 1C 17
Octal 53 104 114 53 13 0 106 303 34 27
Binary 101011 1000100 1001100 101011 1011 0 1000110 11000011 11100 10111

Color Harmonies of #2B444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B444C

Black with #2B444C

Text Example


Text Example

White with #2B444C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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