Html Css Color HEX #203F25 Gordons Green

📋 copy color: '#203F25'

red 32 ◦ green 63 ◦ blue 37

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

Shades of Gordons Green #203F25

Tints of Gordons Green #203F25

RGB

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

 GREEN value IS 63 (25% from 255) = 47.73%

 BLUE value IS 37 (14.84% from 255) = 28.03%

R = 24.24%
G = 47.73%
B = 28.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.75

RGB Variations

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

Color information

#203F25 (or 0x203F25) is known color: Gordons Green. HEX triplet: 20, 3F and 25. RGB value is (32,63,37). Sum of RGB (Red+Green+Blue) = 32+63+37=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #203F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F25 is #DFC0DA. Grayscale: #323232. Windows color (decimal): -14663899 or 2440992. OLE color: 2440992.

HSL color Cylindrical-coordinate representation of color #203F25: hue angle of 129.68º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #203F25 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 63 37 -
CMYK 0.49 0 0.41 0.75
HSL 129.68º 0.33% 0.19% -
HSV(B) 129.68º 0.49% 0.25% -
XYZ 2.71 4 2.38 -
YUV 50.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 32 63 37 0.49 0 0.41 0.75 129.68 0.33 0.19
Hex 20 3F 25 31 0 29 4B 82 21 13
Octal 40 77 45 61 0 51 113 202 41 23
Binary 100000 111111 100101 110001 0 101001 1001011 10000010 100001 10011

Color Harmonies of #203F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F25

Black with #203F25

Text Example


Text Example

White with #203F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #203F25;
 }
 .AnyTagClassName
 {
   color: #203F25;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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