#203B25

Color #203B25 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #203B25

Tints of Gordons Green #203B25

Color information

#203B25 (or 0x203B25) is unknown color: approx Gordons Green. HEX triplet: 20, 3B and 25. RGB value is (32,59,37). Sum of RGB (Red+Green+Blue) = 32+59+37=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 59 - color contains mainly: green. Hex color #203B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203B25 is #DFC4DA. Grayscale: #303030. Windows color (decimal): -14664923 or 2439968. OLE color: 2439968.

HSL color Cylindrical-coordinate representation of color #203B25: hue angle of 131.11º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #203B25 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB325937-
CMYK0.4600.370.77
HSL131.11º29.67%17.84%-
HSV(B)131.11º45.76%23.14%-
XYZ2.493.572.31-
YUV48.42121.55116.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25%
GREEN value IS 59 (23.44% from 255) = 46.09%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=25%
G=46.09%
B=28.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3259370.4600.370.77131.1129.6717.84
Hex203B252E0254D831e12
Octal407345560451152033622
Binary10000011101110010110111001001011001101100000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203B25; }

 p { color: rgb(32,59,37); }

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

<style>
 a { background-color: #203B25; }

 a { background-color: rgb(32,59,37); }

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

<style>
 span { border-color: #203B25; }

 span { border-color: rgb(32,59,37); }

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