#234048

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

Shades of Green Vogue #234048

Tints of Green Vogue #234048

Color information

#234048 (or 0x234048) is unknown color: approx Green Vogue. HEX triplet: 23, 40 and 48. RGB value is (35,64,72). Sum of RGB (Red+Green+Blue) = 35+64+72=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #234048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234048 is #DCBFB7. Grayscale: #383838. Windows color (decimal): -14467000 or 4735011. OLE color: 4735011.

HSL color Cylindrical-coordinate representation of color #234048: hue angle of 192.97º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #234048 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB356472-
CMYK0.510.1100.72
HSL192.97º34.58%20.98%-
HSV(B)192.97º51.39%28.24%-
XYZ3.74.496.8-
YUV56.24136.89112.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=20.47%
G=37.43%
B=42.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3564720.510.1100.72192.9734.5820.98
Hex23404833B048c12315
Octal43100110631301103014325
Binary100011100000010010001100111011010010001100000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234048; }

 p { color: rgb(35,64,72); }

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

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

 a { background-color: rgb(35,64,72); }

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

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

 span { border-color: rgb(35,64,72); }

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