#238D41

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

Shades of Sea Green #238D41

Tints of Sea Green #238D41

Color information

#238D41 (or 0x238D41) is unknown color: approx Sea Green. HEX triplet: 23, 8D and 41. RGB value is (35,141,65). Sum of RGB (Red+Green+Blue) = 35+141+65=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #238D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238D41 is #DC72BE. Grayscale: #646464. Windows color (decimal): -14447295 or 4295971. OLE color: 4295971.

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

Color convert

RGB3514165-
CMYK0.7500.540.45
HSL136.98º60.23%34.51%-
HSV(B)136.98º75.18%55.29%-
XYZ11.1719.798.23-
YUV100.64107.8881.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.52%
GREEN value IS 141 (55.47% from 255) = 58.51%
BLUE value IS 65 (25.78% from 255) = 26.97%
R=14.52%
G=58.51%
B=26.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35141650.7500.540.45136.9860.2334.51
Hex238D414B0362D893c23
Octal43215101113066552117443
Binary1000111000110110000011001011011011010110110001001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,141,65); }

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

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

 a { background-color: rgb(35,141,65); }

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

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

 span { border-color: rgb(35,141,65); }

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