Html Css Color HEX #28775B Deep Sea

📋 copy color: '#28775B'

red 40 ◦ green 119 ◦ blue 91

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

Shades of Deep Sea #28775B

Tints of Deep Sea #28775B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.6%

 BLUE value IS 91 (35.94% from 255) = 36.4%

R = 16%
G = 47.6%
B = 36.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#28775B (or 0x28775B) is known color: Deep Sea. HEX triplet: 28, 77 and 5B. RGB value is (40,119,91). Sum of RGB (Red+Green+Blue) = 40+119+91=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #28775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28775B is #D788A4. Grayscale: #5C5C5C. Windows color (decimal): -14125221 or 5994280. OLE color: 5994280.

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

Color convert

RGB 40 119 91 -
CMYK 0.66 0 0.24 0.53
HSL 158.73º 0.5% 0.31% -
HSV(B) 158.73º 0.66% 0.47% -
XYZ 9.36 14.4 12.18 -
YUV 92.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 40 119 91 0.66 0 0.24 0.53 158.73 0.5 0.31
Hex 28 77 5B 42 0 18 35 9F 32 1F
Octal 50 167 133 102 0 30 65 237 62 37
Binary 101000 1110111 1011011 1000010 0 11000 110101 10011111 110010 11111

Color Harmonies of #28775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28775B

Black with #28775B

Text Example


Text Example

White with #28775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28775B; }

 p { color: rgb(40,119,91); }

 H1.HeaderClassName
 {
   color: #28775B;
 }
 .AnyTagClassName
 {
   color: #28775B;
 }
</style>

background-color css

<style>
 a { background-color: #28775B; }

 a { background-color: rgb(40,119,91); }

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

border-color css

<style>
 span { border-color: #28775B; }

 span { border-color: rgb(40,119,91); }

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