Html Css Color HEX #238D4A Sea Green

📋 copy color: '#238D4A'

red 35 ◦ green 141 ◦ blue 74

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

Shades of Sea Green #238D4A

Tints of Sea Green #238D4A

RGB

 RED value IS 35 (14.06% from 255) = 14%

 GREEN value IS 141 (55.47% from 255) = 56.4%

 BLUE value IS 74 (29.3% from 255) = 29.6%

R = 14%
G = 56.4%
B = 29.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#238D4A (or 0x238D4A) is known color: Sea Green. HEX triplet: 23, 8D and 4A. RGB value is (35,141,74). Sum of RGB (Red+Green+Blue) = 35+141+74=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #238D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238D4A is #DC72B5. Grayscale: #656565. Windows color (decimal): -14447286 or 4885795. OLE color: 4885795.

HSL color Cylindrical-coordinate representation of color #238D4A: hue angle of 142.08º 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 #238D4A is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 141 74 -
CMYK 0.75 0 0.48 0.45
HSL 142.08º 0.6% 0.35% -
HSV(B) 142.08º 0.75% 0.55% -
XYZ 11.45 19.9 9.72 -
YUV 101.67 112.38 80.45 -
System Red Green Blue C M Y K H S L
Decimal 35 141 74 0.75 0 0.48 0.45 142.08 0.6 0.35
Hex 23 8D 4A 4B 0 30 2D 8E 3C 23
Octal 43 215 112 113 0 60 55 216 74 43
Binary 100011 10001101 1001010 1001011 0 110000 101101 10001110 111100 100011

Color Harmonies of #238D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238D4A

Black with #238D4A

Text Example


Text Example

White with #238D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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