Html Css Color HEX #288250 Sea Green

📋 copy color: '#288250'

red 40 ◦ green 130 ◦ blue 80

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

Shades of Sea Green #288250

Tints of Sea Green #288250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52%

 BLUE value IS 80 (31.64% from 255) = 32%

R = 16%
G = 52%
B = 32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#288250 (or 0x288250) is known color: Sea Green. HEX triplet: 28, 82 and 50. RGB value is (40,130,80). Sum of RGB (Red+Green+Blue) = 40+130+80=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #288250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288250 is #D77DAF. Grayscale: #616161. Windows color (decimal): -14122416 or 5276200. OLE color: 5276200.

HSL color Cylindrical-coordinate representation of color #288250: hue angle of 146.67º 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 #288250 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 130 80 -
CMYK 0.69 0 0.38 0.49
HSL 146.67º 0.53% 0.33% -
HSV(B) 146.67º 0.69% 0.51% -
XYZ 10.31 17 10.33 -
YUV 97.39 118.18 87.07 -
System Red Green Blue C M Y K H S L
Decimal 40 130 80 0.69 0 0.38 0.49 146.67 0.53 0.33
Hex 28 82 50 45 0 26 31 93 35 21
Octal 50 202 120 105 0 46 61 223 65 41
Binary 101000 10000010 1010000 1000101 0 100110 110001 10010011 110101 100001

Color Harmonies of #288250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288250

Black with #288250

Text Example


Text Example

White with #288250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288250; }

 p { color: rgb(40,130,80); }

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

background-color css

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

 a { background-color: rgb(40,130,80); }

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

border-color css

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

 span { border-color: rgb(40,130,80); }

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