Html Css Color HEX #288148 Sea Green

📋 copy color: '#288148'

red 40 ◦ green 129 ◦ blue 72

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

Shades of Sea Green #288148

Tints of Sea Green #288148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.53%

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

R = 16.6%
G = 53.53%
B = 29.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#288148 (or 0x288148) is known color: Sea Green. HEX triplet: 28, 81 and 48. RGB value is (40,129,72). Sum of RGB (Red+Green+Blue) = 40+129+72=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #288148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288148 is #D77EB7. Grayscale: #606060. Windows color (decimal): -14122680 or 4751656. OLE color: 4751656.

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

Color convert

RGB 40 129 72 -
CMYK 0.69 0 0.44 0.49
HSL 141.57º 0.53% 0.33% -
HSV(B) 141.57º 0.69% 0.51% -
XYZ 9.9 16.62 8.82 -
YUV 95.89 114.51 88.13 -
System Red Green Blue C M Y K H S L
Decimal 40 129 72 0.69 0 0.44 0.49 141.57 0.53 0.33
Hex 28 81 48 45 0 2C 31 8E 35 21
Octal 50 201 110 105 0 54 61 216 65 41
Binary 101000 10000001 1001000 1000101 0 101100 110001 10001110 110101 100001

Color Harmonies of #288148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288148

Black with #288148

Text Example


Text Example

White with #288148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288148; }

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

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

background-color css

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

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

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

border-color css

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

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

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