Html Css Color HEX #288F5F Sea Green

📋 copy color: '#288F5F'

red 40 ◦ green 143 ◦ blue 95

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

Shades of Sea Green #288F5F

Tints of Sea Green #288F5F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 51.44%

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

R = 14.39%
G = 51.44%
B = 34.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#288F5F (or 0x288F5F) is known color: Sea Green. HEX triplet: 28, 8F and 5F. RGB value is (40,143,95). Sum of RGB (Red+Green+Blue) = 40+143+95=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #288F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F5F is #D770A0. Grayscale: #6A6A6A. Windows color (decimal): -14119073 or 6262568. OLE color: 6262568.

HSL color Cylindrical-coordinate representation of color #288F5F: hue angle of 152.04º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288F5F is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 143 95 -
CMYK 0.72 0 0.34 0.44
HSL 152.04º 0.56% 0.36% -
HSV(B) 152.04º 0.72% 0.56% -
XYZ 12.76 20.92 14.19 -
YUV 106.73 121.38 80.4 -
System Red Green Blue C M Y K H S L
Decimal 40 143 95 0.72 0 0.34 0.44 152.04 0.56 0.36
Hex 28 8F 5F 48 0 22 2C 98 38 24
Octal 50 217 137 110 0 42 54 230 70 44
Binary 101000 10001111 1011111 1001000 0 100010 101100 10011000 111000 100100

Color Harmonies of #288F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F5F

Black with #288F5F

Text Example


Text Example

White with #288F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288F5F; }

 p { color: rgb(40,143,95); }

 H1.HeaderClassName
 {
   color: #288F5F;
 }
 .AnyTagClassName
 {
   color: #288F5F;
 }
</style>

background-color css

<style>
 a { background-color: #288F5F; }

 a { background-color: rgb(40,143,95); }

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

border-color css

<style>
 span { border-color: #288F5F; }

 span { border-color: rgb(40,143,95); }

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