Html Css Color HEX #204025 Gordons Green

📋 copy color: '#204025'

red 32 ◦ green 64 ◦ blue 37

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

Shades of Gordons Green #204025

Tints of Gordons Green #204025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.12%

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

R = 24.06%
G = 48.12%
B = 27.82%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#204025 (or 0x204025) is known color: Gordons Green. HEX triplet: 20, 40 and 25. RGB value is (32,64,37). Sum of RGB (Red+Green+Blue) = 32+64+37=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #204025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204025 is #DFBFDA. Grayscale: #333333. Windows color (decimal): -14663643 or 2441248. OLE color: 2441248.

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

Color convert

RGB 32 64 37 -
CMYK 0.50 0 0.42 0.75
HSL 129.38º 0.33% 0.19% -
HSV(B) 129.38º 0.5% 0.25% -
XYZ 2.76 4.11 2.4 -
YUV 51.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 32 64 37 0.50 0 0.42 0.75 129.38 0.33 0.19
Hex 20 40 25 32 0 2A 4B 81 21 13
Octal 40 100 45 62 0 52 113 201 41 23
Binary 100000 1000000 100101 110010 0 101010 1001011 10000001 100001 10011

Color Harmonies of #204025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204025

Black with #204025

Text Example


Text Example

White with #204025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204025; }

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

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

background-color css

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

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

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

border-color css

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

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

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