Html Css Color HEX #238952 Sea Green

📋 copy color: '#238952'

red 35 ◦ green 137 ◦ blue 82

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

Shades of Sea Green #238952

Tints of Sea Green #238952

RGB

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

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

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

R = 13.78%
G = 53.94%
B = 32.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#238952 (or 0x238952) is known color: Sea Green. HEX triplet: 23, 89 and 52. RGB value is (35,137,82). Sum of RGB (Red+Green+Blue) = 35+137+82=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #238952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238952 is #DC76AD. Grayscale: #646464. Windows color (decimal): -14448302 or 5409059. OLE color: 5409059.

HSL color Cylindrical-coordinate representation of color #238952: hue angle of 147.65º 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 #238952 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 137 82 -
CMYK 0.74 0 0.40 0.46
HSL 147.65º 0.59% 0.34% -
HSV(B) 147.65º 0.74% 0.54% -
XYZ 11.16 18.86 11.03 -
YUV 100.23 117.71 81.47 -
System Red Green Blue C M Y K H S L
Decimal 35 137 82 0.74 0 0.40 0.46 147.65 0.59 0.34
Hex 23 89 52 4A 0 28 2E 94 3B 22
Octal 43 211 122 112 0 50 56 224 73 42
Binary 100011 10001001 1010010 1001010 0 101000 101110 10010100 111011 100010

Color Harmonies of #238952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238952

Black with #238952

Text Example


Text Example

White with #238952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238952; }

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

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

background-color css

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

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

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

border-color css

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

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

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