Html Css Color HEX #20965B Sea Green

📋 copy color: '#20965B'

red 32 ◦ green 150 ◦ blue 91

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

Shades of Sea Green #20965B

Tints of Sea Green #20965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.33%

R = 11.72%
G = 54.95%
B = 33.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#20965B (or 0x20965B) is known color: Sea Green. HEX triplet: 20, 96 and 5B. RGB value is (32,150,91). Sum of RGB (Red+Green+Blue) = 32+150+91=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #20965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20965B is #DF69A4. Grayscale: #6C6C6C. Windows color (decimal): -14641573 or 6002208. OLE color: 6002208.

HSL color Cylindrical-coordinate representation of color #20965B: hue angle of 150º 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 #20965B is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 150 91 -
CMYK 0.79 0 0.39 0.41
HSL 150º 0.65% 0.36% -
HSV(B) 150º 0.79% 0.59% -
XYZ 13.39 22.88 13.61 -
YUV 107.99 118.41 73.8 -
System Red Green Blue C M Y K H S L
Decimal 32 150 91 0.79 0 0.39 0.41 150 0.65 0.36
Hex 20 96 5B 4F 0 27 29 96 41 24
Octal 40 226 133 117 0 47 51 226 101 44
Binary 100000 10010110 1011011 1001111 0 100111 101001 10010110 1000001 100100

Color Harmonies of #20965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20965B

Black with #20965B

Text Example


Text Example

White with #20965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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