#237B5F

Color #237B5F Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #237B5F

Tints of Deep Sea #237B5F

Color information

#237B5F (or 0x237B5F) is unknown color: approx Deep Sea. HEX triplet: 23, 7B and 5F. RGB value is (35,123,95). Sum of RGB (Red+Green+Blue) = 35+123+95=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #237B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237B5F is #DC84A0. Grayscale: #5D5D5D. Windows color (decimal): -14451873 or 6257443. OLE color: 6257443.

HSL color Cylindrical-coordinate representation of color #237B5F: hue angle of 160.91º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237B5F is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB3512395-
CMYK0.7200.230.52
HSL160.91º55.7%30.98%-
HSV(B)160.91º71.54%48.24%-
XYZ9.8415.3513.27-
YUV93.5128.8586.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 123 (48.44% from 255) = 48.62%
BLUE value IS 95 (37.5% from 255) = 37.55%
R=13.83%
G=48.62%
B=37.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35123950.7200.230.52160.9155.730.98
Hex237B5F4801734a1381f
Octal43173137110027642417037
Binary1000111111011101111110010000101111101001010000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237B5F; }

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

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

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

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

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

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

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

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