Html Css Color HEX #238950 Sea Green

📋 copy color: '#238950'

red 35 ◦ green 137 ◦ blue 80

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

Shades of Sea Green #238950

Tints of Sea Green #238950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.37%

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

R = 13.89%
G = 54.37%
B = 31.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#238950 (or 0x238950) is known color: Sea Green. HEX triplet: 23, 89 and 50. RGB value is (35,137,80). Sum of RGB (Red+Green+Blue) = 35+137+80=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #238950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238950 is #DC76AF. Grayscale: #646464. Windows color (decimal): -14448304 or 5277987. OLE color: 5277987.

HSL color Cylindrical-coordinate representation of color #238950: hue angle of 146.47º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238950 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 137 80 -
CMYK 0.74 0 0.42 0.46
HSL 146.47º 0.59% 0.34% -
HSV(B) 146.47º 0.74% 0.54% -
XYZ 11.09 18.83 10.64 -
YUV 100 116.71 81.63 -
System Red Green Blue C M Y K H S L
Decimal 35 137 80 0.74 0 0.42 0.46 146.47 0.59 0.34
Hex 23 89 50 4A 0 2A 2E 92 3B 22
Octal 43 211 120 112 0 52 56 222 73 42
Binary 100011 10001001 1010000 1001010 0 101010 101110 10010010 111011 100010

Color Harmonies of #238950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238950

Black with #238950

Text Example


Text Example

White with #238950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238950; }

 p { color: rgb(35,137,80); }

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

background-color css

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

 a { background-color: rgb(35,137,80); }

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

border-color css

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

 span { border-color: rgb(35,137,80); }

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