Html Css Color HEX #20925F Sea Green

📋 copy color: '#20925F'

red 32 ◦ green 146 ◦ blue 95

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

Shades of Sea Green #20925F

Tints of Sea Green #20925F

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.8%

R = 11.72%
G = 53.48%
B = 34.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#20925F (or 0x20925F) is known color: 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

RGB 32 146 95 -
CMYK 0.78 0 0.35 0.43
HSL 153.16º 0.64% 0.35% -
HSV(B) 153.16º 0.78% 0.57% -
XYZ 12.94 21.69 14.33 -
YUV 106.1 121.73 75.15 -
System Red Green Blue C M Y K H S L
Decimal 32 146 95 0.78 0 0.35 0.43 153.16 0.64 0.35
Hex 20 92 5F 4E 0 23 2B 99 40 23
Octal 40 222 137 116 0 43 53 231 100 43
Binary 100000 10010010 1011111 1001110 0 100011 101011 10011001 1000000 100011

Color Harmonies of #20925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20925F

Black with #20925F

Text Example


Text Example

White with #20925F

Text Example


Text Example

HTML Codes & Css Web 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>