Html Css Color HEX #238450 Sea Green

📋 copy color: '#238450'

red 35 ◦ green 132 ◦ blue 80

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

Shades of Sea Green #238450

Tints of Sea Green #238450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.44%

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

R = 14.17%
G = 53.44%
B = 32.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#238450 (or 0x238450) is known color: Sea Green. HEX triplet: 23, 84 and 50. RGB value is (35,132,80). Sum of RGB (Red+Green+Blue) = 35+132+80=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #238450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238450 is #DC7BAF. Grayscale: #616161. Windows color (decimal): -14449584 or 5276707. OLE color: 5276707.

HSL color Cylindrical-coordinate representation of color #238450: hue angle of 147.84º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238450 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 132 80 -
CMYK 0.73 0 0.39 0.48
HSL 147.84º 0.58% 0.33% -
HSV(B) 147.84º 0.73% 0.52% -
XYZ 10.39 17.44 10.41 -
YUV 97.07 118.36 83.73 -
System Red Green Blue C M Y K H S L
Decimal 35 132 80 0.73 0 0.39 0.48 147.84 0.58 0.33
Hex 23 84 50 49 0 27 30 94 3A 21
Octal 43 204 120 111 0 47 60 224 72 41
Binary 100011 10000100 1010000 1001001 0 100111 110000 10010100 111010 100001

Color Harmonies of #238450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238450

Black with #238450

Text Example


Text Example

White with #238450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238450; }

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

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

background-color css

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

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

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

border-color css

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

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

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