Html Css Color HEX #28765C Deep Sea

📋 copy color: '#28765C'

red 40 ◦ green 118 ◦ blue 92

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

Shades of Deep Sea #28765C

Tints of Deep Sea #28765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.8%

R = 16%
G = 47.2%
B = 36.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#28765C (or 0x28765C) is known color: Deep Sea. HEX triplet: 28, 76 and 5C. RGB value is (40,118,92). Sum of RGB (Red+Green+Blue) = 40+118+92=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #28765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28765C is #D789A3. Grayscale: #5B5B5B. Windows color (decimal): -14125476 or 6059560. OLE color: 6059560.

HSL color Cylindrical-coordinate representation of color #28765C: hue angle of 160º 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 #28765C is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 118 92 -
CMYK 0.66 0 0.22 0.54
HSL 160º 0.49% 0.31% -
HSV(B) 160º 0.66% 0.46% -
XYZ 9.29 14.18 12.37 -
YUV 91.71 128.16 91.11 -
System Red Green Blue C M Y K H S L
Decimal 40 118 92 0.66 0 0.22 0.54 160 0.49 0.31
Hex 28 76 5C 42 0 16 36 A0 31 1F
Octal 50 166 134 102 0 26 66 240 61 37
Binary 101000 1110110 1011100 1000010 0 10110 110110 10100000 110001 11111

Color Harmonies of #28765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28765C

Black with #28765C

Text Example


Text Example

White with #28765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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