#2B444D

Color #2B444D Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #2B444D

Tints of Green Vogue #2B444D

Color information

#2B444D (or 0x2B444D) is unknown color: approx Green Vogue. HEX triplet: 2B, 44 and 4D. RGB value is (43,68,77). Sum of RGB (Red+Green+Blue) = 43+68+77=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B444D is #D4BBB2. Grayscale: #3D3D3D. Windows color (decimal): -13941683 or 5063723. OLE color: 5063723.

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

Color convert

RGB436877-
CMYK0.440.1200.70
HSL195.88º28.33%23.53%-
HSV(B)195.88º44.16%30.2%-
XYZ4.45.187.79-
YUV61.55136.72114.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.87%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=22.87%
G=36.17%
B=40.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4368770.440.1200.70195.8828.3323.53
Hex2B444D2CC046c41c18
Octal53104115541401063043430
Binary10101110001001001101101100110001000110110001001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B444D;
 }
 .AnyTagClassName
 {
   color: #2B444D;
 }
</style>
background-color css

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

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

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

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

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

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