#203E25

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

Shades of Gordons Green #203E25

Tints of Gordons Green #203E25

Color information

#203E25 (or 0x203E25) is unknown color: approx Gordons Green. HEX triplet: 20, 3E and 25. RGB value is (32,62,37). Sum of RGB (Red+Green+Blue) = 32+62+37=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 62 (24.61% from 255 or 47.33% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 62 - color contains mainly: green. Hex color #203E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203E25 is #DFC1DA. Grayscale: #323232. Windows color (decimal): -14664155 or 2440736. OLE color: 2440736.

HSL color Cylindrical-coordinate representation of color #203E25: hue angle of 130º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203E25 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB326237-
CMYK0.4800.400.76
HSL130º31.91%18.43%-
HSV(B)130º48.39%24.31%-
XYZ2.653.892.36-
YUV50.18120.56115.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.43%
GREEN value IS 62 (24.61% from 255) = 47.33%
BLUE value IS 37 (14.84% from 255) = 28.24%
R=24.43%
G=47.33%
B=28.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3262370.4800.400.7613031.9118.43
Hex203E25300284C822012
Octal407645600501142024022
Binary100000111110100101110000010100010011001000001010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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