Html Css Color HEX #20742D San Felix

📋 copy color: '#20742D'

red 32 ◦ green 116 ◦ blue 45

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

Shades of San Felix #20742D

Tints of San Felix #20742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.1%

 BLUE value IS 45 (17.97% from 255) = 23.32%

R = 16.58%
G = 60.1%
B = 23.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#20742D (or 0x20742D) is known color: San Felix. HEX triplet: 20, 74 and 2D. RGB value is (32,116,45). Sum of RGB (Red+Green+Blue) = 32+116+45=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #20742D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20742D is #DF8BD2. Grayscale: #525252. Windows color (decimal): -14650323 or 2978848. OLE color: 2978848.

HSL color Cylindrical-coordinate representation of color #20742D: hue angle of 129.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20742D is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 116 45 -
CMYK 0.72 0 0.61 0.55
HSL 129.29º 0.57% 0.29% -
HSV(B) 129.29º 0.72% 0.45% -
XYZ 7.31 12.99 4.6 -
YUV 82.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 32 116 45 0.72 0 0.61 0.55 129.29 0.57 0.29
Hex 20 74 2D 48 0 3D 37 81 39 1D
Octal 40 164 55 110 0 75 67 201 71 35
Binary 100000 1110100 101101 1001000 0 111101 110111 10000001 111001 11101

Color Harmonies of #20742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20742D

Black with #20742D

Text Example


Text Example

White with #20742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20742D; }

 p { color: rgb(32,116,45); }

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

background-color css

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

 a { background-color: rgb(32,116,45); }

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

border-color css

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

 span { border-color: rgb(32,116,45); }

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