Html Css Color HEX #203C25 Gordons Green

📋 copy color: '#203C25'

red 32 ◦ green 60 ◦ blue 37

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

Shades of Gordons Green #203C25

Tints of Gordons Green #203C25

RGB

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

 GREEN value IS 60 (23.83% from 255) = 46.51%

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

R = 24.81%
G = 46.51%
B = 28.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.76

RGB Variations

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

Color information

#203C25 (or 0x203C25) is known color: Gordons Green. HEX triplet: 20, 3C and 25. RGB value is (32,60,37). Sum of RGB (Red+Green+Blue) = 32+60+37=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 60 - color contains mainly: green. Hex color #203C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203C25 is #DFC3DA. Grayscale: #313131. Windows color (decimal): -14664667 or 2440224. OLE color: 2440224.

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

Color convert

RGB 32 60 37 -
CMYK 0.47 0 0.38 0.76
HSL 130.71º 0.3% 0.18% -
HSV(B) 130.71º 0.47% 0.24% -
XYZ 2.55 3.67 2.32 -
YUV 49.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 32 60 37 0.47 0 0.38 0.76 130.71 0.3 0.18
Hex 20 3C 25 2F 0 26 4C 83 1E 12
Octal 40 74 45 57 0 46 114 203 36 22
Binary 100000 111100 100101 101111 0 100110 1001100 10000011 11110 10010

Color Harmonies of #203C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C25

Black with #203C25

Text Example


Text Example

White with #203C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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