Html Css Color HEX #20964B Sea Green

📋 copy color: '#20964B'

red 32 ◦ green 150 ◦ blue 75

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

Shades of Sea Green #20964B

Tints of Sea Green #20964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.18%

R = 12.45%
G = 58.37%
B = 29.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#20964B (or 0x20964B) is known color: Sea Green. HEX triplet: 20, 96 and 4B. RGB value is (32,150,75). Sum of RGB (Red+Green+Blue) = 32+150+75=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #20964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20964B is #DF69B4. Grayscale: #6A6A6A. Windows color (decimal): -14641589 or 4953632. OLE color: 4953632.

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

Color convert

RGB 32 150 75 -
CMYK 0.79 0 0.5 0.41
HSL 141.86º 0.65% 0.36% -
HSV(B) 141.86º 0.79% 0.59% -
XYZ 12.77 22.63 10.35 -
YUV 106.17 110.41 75.1 -
System Red Green Blue C M Y K H S L
Decimal 32 150 75 0.79 0 0.5 0.41 141.86 0.65 0.36
Hex 20 96 4B 4F 0 32 29 8E 41 24
Octal 40 226 113 117 0 62 51 216 101 44
Binary 100000 10010110 1001011 1001111 0 110010 101001 10001110 1000001 100100

Color Harmonies of #20964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20964B

Black with #20964B

Text Example


Text Example

White with #20964B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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