Html Css Color HEX #288048 Sea Green

📋 copy color: '#288048'

red 40 ◦ green 128 ◦ blue 72

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

Shades of Sea Green #288048

Tints of Sea Green #288048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.33%

 BLUE value IS 72 (28.52% from 255) = 30%

R = 16.67%
G = 53.33%
B = 30%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#288048 (or 0x288048) is known color: Sea Green. HEX triplet: 28, 80 and 48. RGB value is (40,128,72). Sum of RGB (Red+Green+Blue) = 40+128+72=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #288048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288048 is #D77FB7. Grayscale: #5F5F5F. Windows color (decimal): -14122936 or 4751400. OLE color: 4751400.

HSL color Cylindrical-coordinate representation of color #288048: hue angle of 141.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288048 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 72 -
CMYK 0.69 0 0.44 0.50
HSL 141.82º 0.52% 0.33% -
HSV(B) 141.82º 0.69% 0.5% -
XYZ 9.76 16.36 8.77 -
YUV 95.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 40 128 72 0.69 0 0.44 0.50 141.82 0.52 0.33
Hex 28 80 48 45 0 2C 32 8E 34 21
Octal 50 200 110 105 0 54 62 216 64 41
Binary 101000 10000000 1001000 1000101 0 101100 110010 10001110 110100 100001

Color Harmonies of #288048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288048

Black with #288048

Text Example


Text Example

White with #288048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288048; }

 p { color: rgb(40,128,72); }

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

background-color css

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

 a { background-color: rgb(40,128,72); }

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

border-color css

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

 span { border-color: rgb(40,128,72); }

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