Html Css Color HEX #219C52 Sea Green

📋 copy color: '#219C52'

red 33 ◦ green 156 ◦ blue 82

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

Shades of Sea Green #219C52

Tints of Sea Green #219C52

RGB

 RED value IS 33 (13.28% from 255) = 12.18%

 GREEN value IS 156 (61.33% from 255) = 57.56%

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

R = 12.18%
G = 57.56%
B = 30.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#219C52 (or 0x219C52) is known color: Sea Green. HEX triplet: 21, 9C and 52. RGB value is (33,156,82). Sum of RGB (Red+Green+Blue) = 33+156+82=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 156 (61.33% from 255 or 57.56% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 156 - color contains mainly: green. Hex color #219C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C52 is #DE63AD. Grayscale: #6E6E6E. Windows color (decimal): -14574510 or 5413921. OLE color: 5413921.

HSL color Cylindrical-coordinate representation of color #219C52: hue angle of 143.9º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219C52 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 156 82 -
CMYK 0.79 0 0.47 0.39
HSL 143.9º 0.65% 0.37% -
HSV(B) 143.9º 0.79% 0.61% -
XYZ 14.04 24.71 12.01 -
YUV 110.79 111.75 72.52 -
System Red Green Blue C M Y K H S L
Decimal 33 156 82 0.79 0 0.47 0.39 143.9 0.65 0.37
Hex 21 9C 52 4F 0 2F 27 90 41 25
Octal 41 234 122 117 0 57 47 220 101 45
Binary 100001 10011100 1010010 1001111 0 101111 100111 10010000 1000001 100101

Color Harmonies of #219C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219C52

Black with #219C52

Text Example


Text Example

White with #219C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219C52; }

 p { color: rgb(33,156,82); }

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

background-color css

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

 a { background-color: rgb(33,156,82); }

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

border-color css

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

 span { border-color: rgb(33,156,82); }

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