Html Css Color HEX #288F52 Sea Green

📋 copy color: '#288F52'

red 40 ◦ green 143 ◦ blue 82

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

Shades of Sea Green #288F52

Tints of Sea Green #288F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 15.09%
G = 53.96%
B = 30.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#288F52 (or 0x288F52) is known color: Sea Green. HEX triplet: 28, 8F and 52. RGB value is (40,143,82). Sum of RGB (Red+Green+Blue) = 40+143+82=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 143 (56.25% from 255 or 53.96% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 143 - color contains mainly: green. Hex color #288F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F52 is #D770AD. Grayscale: #696969. Windows color (decimal): -14119086 or 5410600. OLE color: 5410600.

HSL color Cylindrical-coordinate representation of color #288F52: hue angle of 144.47º 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 #288F52 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 143 82 -
CMYK 0.72 0 0.43 0.44
HSL 144.47º 0.56% 0.36% -
HSV(B) 144.47º 0.72% 0.56% -
XYZ 12.22 20.71 11.34 -
YUV 105.25 114.88 81.46 -
System Red Green Blue C M Y K H S L
Decimal 40 143 82 0.72 0 0.43 0.44 144.47 0.56 0.36
Hex 28 8F 52 48 0 2B 2C 90 38 24
Octal 50 217 122 110 0 53 54 220 70 44
Binary 101000 10001111 1010010 1001000 0 101011 101100 10010000 111000 100100

Color Harmonies of #288F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F52

Black with #288F52

Text Example


Text Example

White with #288F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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