#235F48

Color #235F48 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #235F48

Tints of Evening Sea #235F48

Color information

#235F48 (or 0x235F48) is unknown color: approx Evening Sea. HEX triplet: 23, 5F and 48. RGB value is (35,95,72). Sum of RGB (Red+Green+Blue) = 35+95+72=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #235F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235F48 is #DCA0B7. Grayscale: #4A4A4A. Windows color (decimal): -14459064 or 4742947. OLE color: 4742947.

HSL color Cylindrical-coordinate representation of color #235F48: hue angle of 157º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235F48 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB359572-
CMYK0.6300.240.63
HSL157º46.15%25.49%-
HSV(B)157º63.16%37.25%-
XYZ5.969.017.56-
YUV74.44126.6299.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.33%
GREEN value IS 95 (37.5% from 255) = 47.03%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=17.33%
G=47.03%
B=35.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3595720.6300.240.6315746.1525.49
Hex235F483F0183F9d2e19
Octal4313711077030772355631
Binary100011101111110010001111110110001111111001110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235F48; }

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

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

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

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

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

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

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

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