Html Css Color HEX #20925C Sea Green

📋 copy color: '#20925C'

red 32 ◦ green 146 ◦ blue 92

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

Shades of Sea Green #20925C

Tints of Sea Green #20925C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.07%

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 11.85%
G = 54.07%
B = 34.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#20925C (or 0x20925C) is known color: Sea Green. HEX triplet: 20, 92 and 5C. RGB value is (32,146,92). Sum of RGB (Red+Green+Blue) = 32+146+92=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #20925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20925C is #DF6DA3. Grayscale: #696969. Windows color (decimal): -14642596 or 6066720. OLE color: 6066720.

HSL color Cylindrical-coordinate representation of color #20925C: hue angle of 151.58º 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 #20925C is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 146 92 -
CMYK 0.78 0 0.37 0.43
HSL 151.58º 0.64% 0.35% -
HSV(B) 151.58º 0.78% 0.57% -
XYZ 12.81 21.64 13.63 -
YUV 105.76 120.23 75.39 -
System Red Green Blue C M Y K H S L
Decimal 32 146 92 0.78 0 0.37 0.43 151.58 0.64 0.35
Hex 20 92 5C 4E 0 25 2B 98 40 23
Octal 40 222 134 116 0 45 53 230 100 43
Binary 100000 10010010 1011100 1001110 0 100101 101011 10011000 1000000 100011

Color Harmonies of #20925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20925C

Black with #20925C

Text Example


Text Example

White with #20925C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20925C;
 }
 .AnyTagClassName
 {
   color: #20925C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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