Html Css Color HEX #28765D Deep Sea

📋 copy color: '#28765D'

red 40 ◦ green 118 ◦ blue 93

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

Shades of Deep Sea #28765D

Tints of Deep Sea #28765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.01%

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

R = 15.94%
G = 47.01%
B = 37.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#28765D (or 0x28765D) is known color: Deep Sea. HEX triplet: 28, 76 and 5D. RGB value is (40,118,93). Sum of RGB (Red+Green+Blue) = 40+118+93=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #28765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28765D is #D789A2. Grayscale: #5B5B5B. Windows color (decimal): -14125475 or 6125096. OLE color: 6125096.

HSL color Cylindrical-coordinate representation of color #28765D: hue angle of 160.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28765D is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 118 93 -
CMYK 0.66 0 0.21 0.54
HSL 160.77º 0.49% 0.31% -
HSV(B) 160.77º 0.66% 0.46% -
XYZ 9.33 14.2 12.6 -
YUV 91.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 40 118 93 0.66 0 0.21 0.54 160.77 0.49 0.31
Hex 28 76 5D 42 0 15 36 A1 31 1F
Octal 50 166 135 102 0 25 66 241 61 37
Binary 101000 1110110 1011101 1000010 0 10101 110110 10100001 110001 11111

Color Harmonies of #28765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28765D

Black with #28765D

Text Example


Text Example

White with #28765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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