#234F4A

Color #234F4A Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #234F4A

Tints of Dark Slate Grey #234F4A

Color information

#234F4A (or 0x234F4A) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 4F and 4A. RGB value is (35,79,74). Sum of RGB (Red+Green+Blue) = 35+79+74=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #234F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234F4A is #DCB0B5. Grayscale: #414141. Windows color (decimal): -14463158 or 4869923. OLE color: 4869923.

HSL color Cylindrical-coordinate representation of color #234F4A: hue angle of 173.18º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #234F4A is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB357974-
CMYK0.5600.060.69
HSL173.18º38.6%22.35%-
HSV(B)173.18º55.7%30.98%-
XYZ4.736.447.47-
YUV65.27132.92106.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.62%
GREEN value IS 79 (31.25% from 255) = 42.02%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=18.62%
G=42.02%
B=39.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3579740.5600.060.69173.1838.622.35
Hex234F4A380645ad2716
Octal4311711270061052554726
Binary10001110011111001010111000011010001011010110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234F4A; }

 p { color: rgb(35,79,74); }

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

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

 a { background-color: rgb(35,79,74); }

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

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

 span { border-color: rgb(35,79,74); }

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