#20925F

Color #20925F Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #20925F

Tints of Sea Green #20925F

Color information

#20925F (or 0x20925F) is unknown color: approx Sea Green. HEX triplet: 20, 92 and 5F. RGB value is (32,146,95). Sum of RGB (Red+Green+Blue) = 32+146+95=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #20925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20925F is #DF6DA0. Grayscale: #6A6A6A. Windows color (decimal): -14642593 or 6263328. OLE color: 6263328.

HSL color Cylindrical-coordinate representation of color #20925F: hue angle of 153.16º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20925F is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB3214695-
CMYK0.7800.350.43
HSL153.16º64.04%34.9%-
HSV(B)153.16º78.08%57.25%-
XYZ12.9421.6914.33-
YUV106.1121.7375.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.72%
GREEN value IS 146 (57.42% from 255) = 53.48%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=11.72%
G=53.48%
B=34.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32146950.7800.350.43153.1664.0434.9
Hex20925F4E0232B994023
Octal402221371160435323110043
Binary10000010010010101111110011100100011101011100110011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,146,95); }

 H1.HeaderClassName
 {
   color: #20925F;
 }
 .AnyTagClassName
 {
   color: #20925F;
 }
</style>
background-color css

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

 a { background-color: rgb(32,146,95); }

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

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

 span { border-color: rgb(32,146,95); }

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