Html Css Color HEX #288B52 Sea Green

📋 copy color: '#288B52'

red 40 ◦ green 139 ◦ blue 82

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

Shades of Sea Green #288B52

Tints of Sea Green #288B52

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.26%

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

R = 15.33%
G = 53.26%
B = 31.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#288B52 (or 0x288B52) is known color: Sea Green. HEX triplet: 28, 8B and 52. RGB value is (40,139,82). Sum of RGB (Red+Green+Blue) = 40+139+82=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #288B52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B52 is #D774AD. Grayscale: #676767. Windows color (decimal): -14120110 or 5409576. OLE color: 5409576.

HSL color Cylindrical-coordinate representation of color #288B52: hue angle of 145.45º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B52 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 139 82 -
CMYK 0.71 0 0.41 0.45
HSL 145.45º 0.55% 0.35% -
HSV(B) 145.45º 0.71% 0.55% -
XYZ 11.63 19.53 11.14 -
YUV 102.9 116.2 83.13 -
System Red Green Blue C M Y K H S L
Decimal 40 139 82 0.71 0 0.41 0.45 145.45 0.55 0.35
Hex 28 8B 52 47 0 29 2D 91 37 23
Octal 50 213 122 107 0 51 55 221 67 43
Binary 101000 10001011 1010010 1000111 0 101001 101101 10010001 110111 100011

Color Harmonies of #288B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288B52

Black with #288B52

Text Example


Text Example

White with #288B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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