Html Css Color HEX #28785D Deep Sea

📋 copy color: '#28785D'

red 40 ◦ green 120 ◦ blue 93

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

Shades of Deep Sea #28785D

Tints of Deep Sea #28785D

RGB

 RED value IS 40 (16.02% from 255) = 15.81%

 GREEN value IS 120 (47.27% from 255) = 47.43%

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 15.81%
G = 47.43%
B = 36.76%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#28785D (or 0x28785D) is known color: Deep Sea. HEX triplet: 28, 78 and 5D. RGB value is (40,120,93). Sum of RGB (Red+Green+Blue) = 40+120+93=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #28785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28785D is #D787A2. Grayscale: #5D5D5D. Windows color (decimal): -14124963 or 6125608. OLE color: 6125608.

HSL color Cylindrical-coordinate representation of color #28785D: hue angle of 159.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28785D is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 120 93 -
CMYK 0.67 0 0.22 0.53
HSL 159.75º 0.5% 0.31% -
HSV(B) 159.75º 0.67% 0.47% -
XYZ 9.57 14.67 12.68 -
YUV 93 128 90.2 -
System Red Green Blue C M Y K H S L
Decimal 40 120 93 0.67 0 0.22 0.53 159.75 0.5 0.31
Hex 28 78 5D 43 0 16 35 A0 32 1F
Octal 50 170 135 103 0 26 65 240 62 37
Binary 101000 1111000 1011101 1000011 0 10110 110101 10100000 110010 11111

Color Harmonies of #28785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28785D

Black with #28785D

Text Example


Text Example

White with #28785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28785D; }

 p { color: rgb(40,120,93); }

 H1.HeaderClassName
 {
   color: #28785D;
 }
 .AnyTagClassName
 {
   color: #28785D;
 }
</style>

background-color css

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

 a { background-color: rgb(40,120,93); }

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

border-color css

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

 span { border-color: rgb(40,120,93); }

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