Html Css Color HEX #239052 Sea Green

📋 copy color: '#239052'

red 35 ◦ green 144 ◦ blue 82

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

Shades of Sea Green #239052

Tints of Sea Green #239052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.17%

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

R = 13.41%
G = 55.17%
B = 31.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#239052 (or 0x239052) is known color: Sea Green. HEX triplet: 23, 90 and 52. RGB value is (35,144,82). Sum of RGB (Red+Green+Blue) = 35+144+82=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #239052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239052 is #DC6FAD. Grayscale: #686868. Windows color (decimal): -14446510 or 5410851. OLE color: 5410851.

HSL color Cylindrical-coordinate representation of color #239052: hue angle of 145.87º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239052 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 144 82 -
CMYK 0.76 0 0.43 0.44
HSL 145.87º 0.61% 0.35% -
HSV(B) 145.87º 0.76% 0.56% -
XYZ 12.19 20.91 11.38 -
YUV 104.34 115.39 78.54 -
System Red Green Blue C M Y K H S L
Decimal 35 144 82 0.76 0 0.43 0.44 145.87 0.61 0.35
Hex 23 90 52 4C 0 2B 2C 92 3D 23
Octal 43 220 122 114 0 53 54 222 75 43
Binary 100011 10010000 1010010 1001100 0 101011 101100 10010010 111101 100011

Color Harmonies of #239052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239052

Black with #239052

Text Example


Text Example

White with #239052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239052; }

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

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

background-color css

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

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

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

border-color css

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

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

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