Html Css Color HEX #23735F Deep Sea

📋 copy color: '#23735F'

red 35 ◦ green 115 ◦ blue 95

#23735F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #23735F

Tints of Deep Sea #23735F

RGB

 RED value IS 35 (14.06% from 255) = 14.29%

 GREEN value IS 115 (45.31% from 255) = 46.94%

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 14.29%
G = 46.94%
B = 38.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#23735F (or 0x23735F) is known color: Deep Sea. HEX triplet: 23, 73 and 5F. RGB value is (35,115,95). Sum of RGB (Red+Green+Blue) = 35+115+95=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #23735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23735F is #DC8CA0. Grayscale: #585858. Windows color (decimal): -14453921 or 6255395. OLE color: 6255395.

HSL color Cylindrical-coordinate representation of color #23735F: hue angle of 165º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23735F is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 115 95 -
CMYK 0.70 0 0.17 0.55
HSL 165º 0.53% 0.29% -
HSV(B) 165º 0.7% 0.45% -
XYZ 8.89 13.45 12.95 -
YUV 88.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 35 115 95 0.70 0 0.17 0.55 165 0.53 0.29
Hex 23 73 5F 46 0 11 37 A5 35 1D
Octal 43 163 137 106 0 21 67 245 65 35
Binary 100011 1110011 1011111 1000110 0 10001 110111 10100101 110101 11101

Color Harmonies of #23735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23735F

Black with #23735F

Text Example


Text Example

White with #23735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23735F; }

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

 H1.HeaderClassName
 {
   color: #23735F;
 }
 .AnyTagClassName
 {
   color: #23735F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #23735F;
 }
 .BgClassName
 {
   background-color: #23735F;
 }
</style>

border-color css

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

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

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