Html Css Color HEX #203B25 Gordons Green

📋 copy color: '#203B25'

red 32 ◦ green 59 ◦ blue 37

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

Shades of Gordons Green #203B25

Tints of Gordons Green #203B25

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 value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.77

RGB Variations

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

Color information

#203B25 (or 0x203B25) is known color: 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

RGB 32 59 37 -
CMYK 0.46 0 0.37 0.77
HSL 131.11º 0.3% 0.18% -
HSV(B) 131.11º 0.46% 0.23% -
XYZ 2.49 3.57 2.31 -
YUV 48.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 32 59 37 0.46 0 0.37 0.77 131.11 0.3 0.18
Hex 20 3B 25 2E 0 25 4D 83 1E 12
Octal 40 73 45 56 0 45 115 203 36 22
Binary 100000 111011 100101 101110 0 100101 1001101 10000011 11110 10010

Color Harmonies of #203B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203B25

Black with #203B25

Text Example


Text Example

White with #203B25

Text Example


Text Example

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