Html Css Color HEX #20964F Sea Green

📋 copy color: '#20964F'

red 32 ◦ green 150 ◦ blue 79

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

Shades of Sea Green #20964F

Tints of Sea Green #20964F

RGB

 RED value IS 32 (12.89% from 255) = 12.26%

 GREEN value IS 150 (58.98% from 255) = 57.47%

 BLUE value IS 79 (31.25% from 255) = 30.27%

R = 12.26%
G = 57.47%
B = 30.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#20964F (or 0x20964F) is known color: Sea Green. HEX triplet: 20, 96 and 4F. RGB value is (32,150,79). Sum of RGB (Red+Green+Blue) = 32+150+79=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #20964F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20964F is #DF69B0. Grayscale: #6A6A6A. Windows color (decimal): -14641585 or 5215776. OLE color: 5215776.

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

Color convert

RGB 32 150 79 -
CMYK 0.79 0 0.47 0.41
HSL 143.9º 0.65% 0.36% -
HSV(B) 143.9º 0.79% 0.59% -
XYZ 12.91 22.68 11.1 -
YUV 106.62 112.41 74.77 -
System Red Green Blue C M Y K H S L
Decimal 32 150 79 0.79 0 0.47 0.41 143.9 0.65 0.36
Hex 20 96 4F 4F 0 2F 29 90 41 24
Octal 40 226 117 117 0 57 51 220 101 44
Binary 100000 10010110 1001111 1001111 0 101111 101001 10010000 1000001 100100

Color Harmonies of #20964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20964F

Black with #20964F

Text Example


Text Example

White with #20964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20964F; }

 p { color: rgb(32,150,79); }

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

background-color css

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

 a { background-color: rgb(32,150,79); }

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

border-color css

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

 span { border-color: rgb(32,150,79); }

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