Html Css Color HEX #288C4B Sea Green

📋 copy color: '#288C4B'

red 40 ◦ green 140 ◦ blue 75

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

Shades of Sea Green #288C4B

Tints of Sea Green #288C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 54.9%

 BLUE value IS 75 (29.69% from 255) = 29.41%

R = 15.69%
G = 54.9%
B = 29.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#288C4B (or 0x288C4B) is known color: Sea Green. HEX triplet: 28, 8C and 4B. RGB value is (40,140,75). Sum of RGB (Red+Green+Blue) = 40+140+75=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 140 (55.08% from 255 or 54.90% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 140 - color contains mainly: green. Hex color #288C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288C4B is #D773B4. Grayscale: #666666. Windows color (decimal): -14119861 or 4951080. OLE color: 4951080.

HSL color Cylindrical-coordinate representation of color #288C4B: hue angle of 141º degrees, saturation: 0.56, 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 #288C4B is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 140 75 -
CMYK 0.71 0 0.46 0.45
HSL 141º 0.56% 0.35% -
HSV(B) 141º 0.71% 0.55% -
XYZ 11.52 19.72 9.85 -
YUV 102.69 112.37 83.29 -
System Red Green Blue C M Y K H S L
Decimal 40 140 75 0.71 0 0.46 0.45 141 0.56 0.35
Hex 28 8C 4B 47 0 2E 2D 8D 38 23
Octal 50 214 113 107 0 56 55 215 70 43
Binary 101000 10001100 1001011 1000111 0 101110 101101 10001101 111000 100011

Color Harmonies of #288C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288C4B

Black with #288C4B

Text Example


Text Example

White with #288C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,140,75); }

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

background-color css

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

 a { background-color: rgb(40,140,75); }

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

border-color css

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

 span { border-color: rgb(40,140,75); }

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