Html Css Color HEX #238352 Sea Green

📋 copy color: '#238352'

red 35 ◦ green 131 ◦ blue 82

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

Shades of Sea Green #238352

Tints of Sea Green #238352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.82%

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 14.11%
G = 52.82%
B = 33.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#238352 (or 0x238352) is known color: Sea Green. HEX triplet: 23, 83 and 52. RGB value is (35,131,82). Sum of RGB (Red+Green+Blue) = 35+131+82=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #238352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238352 is #DC7CAD. Grayscale: #606060. Windows color (decimal): -14449838 or 5407523. OLE color: 5407523.

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

Color convert

RGB 35 131 82 -
CMYK 0.73 0 0.37 0.49
HSL 149.38º 0.58% 0.33% -
HSV(B) 149.38º 0.73% 0.51% -
XYZ 10.33 17.2 10.76 -
YUV 96.71 119.7 83.98 -
System Red Green Blue C M Y K H S L
Decimal 35 131 82 0.73 0 0.37 0.49 149.38 0.58 0.33
Hex 23 83 52 49 0 25 31 95 3A 21
Octal 43 203 122 111 0 45 61 225 72 41
Binary 100011 10000011 1010010 1001001 0 100101 110001 10010101 111010 100001

Color Harmonies of #238352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238352

Black with #238352

Text Example


Text Example

White with #238352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238352; }

 p { color: rgb(35,131,82); }

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

background-color css

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

 a { background-color: rgb(35,131,82); }

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

border-color css

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

 span { border-color: rgb(35,131,82); }

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