#238B45

Color #238B45 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #238B45

Tints of Sea Green #238B45

Color information

#238B45 (or 0x238B45) is unknown color: approx Sea Green. HEX triplet: 23, 8B and 45. RGB value is (35,139,69). Sum of RGB (Red+Green+Blue) = 35+139+69=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #238B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238B45 is #DC74BA. Grayscale: #646464. Windows color (decimal): -14447803 or 4557603. OLE color: 4557603.

HSL color Cylindrical-coordinate representation of color #238B45: hue angle of 139.62º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238B45 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB3513969-
CMYK0.7500.500.45
HSL139.62º59.77%34.12%-
HSV(B)139.62º74.82%54.51%-
XYZ1119.258.77-
YUV99.92110.5481.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 139 (54.69% from 255) = 57.20%
BLUE value IS 69 (27.34% from 255) = 28.40%
R=14.40%
G=57.20%
B=28.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35139690.7500.500.45139.6259.7734.12
Hex238B454B0322D8c3c22
Octal43213105113062552147442
Binary1000111000101110001011001011011001010110110001100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238B45; }

 p { color: rgb(35,139,69); }

 H1.HeaderClassName
 {
   color: #238B45;
 }
 .AnyTagClassName
 {
   color: #238B45;
 }
</style>
background-color css

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

 a { background-color: rgb(35,139,69); }

 div.DivClassName
 {
   background-color: #238B45;
 }
 .BgClassName
 {
   background-color: #238B45;
 }
</style>
border-color css

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

 span { border-color: rgb(35,139,69); }

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