Html Css Color HEX #1D7120 San Felix

📋 copy color: '#1D7120'

red 29 ◦ green 113 ◦ blue 32

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

Shades of San Felix #1D7120

Tints of San Felix #1D7120

RGB

 RED value IS 29 (11.72% from 255) = 16.67%

 GREEN value IS 113 (44.53% from 255) = 64.94%

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 16.67%
G = 64.94%
B = 18.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#1D7120 (or 0x1D7120) is known color: San Felix. HEX triplet: 1D, 71 and 20. RGB value is (29,113,32). Sum of RGB (Red+Green+Blue) = 29+113+32=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 113 (44.53% from 255 or 64.94% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7120 is #E28EDF. Grayscale: #4E4E4E. Windows color (decimal): -14847712 or 2126109. OLE color: 2126109.

HSL color Cylindrical-coordinate representation of color #1D7120: hue angle of 122.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D7120 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 113 32 -
CMYK 0.74 0 0.72 0.56
HSL 122.14º 0.59% 0.28% -
HSV(B) 122.14º 0.74% 0.44% -
XYZ 6.67 12.18 3.36 -
YUV 78.65 101.67 92.59 -
System Red Green Blue C M Y K H S L
Decimal 29 113 32 0.74 0 0.72 0.56 122.14 0.59 0.28
Hex 1D 71 20 4A 0 48 38 7A 3B 1C
Octal 35 161 40 112 0 110 70 172 73 34
Binary 11101 1110001 100000 1001010 0 1001000 111000 1111010 111011 11100

Color Harmonies of #1D7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7120

Black with #1D7120

Text Example


Text Example

White with #1D7120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D7120; }

 p { color: rgb(29,113,32); }

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

background-color css

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

 a { background-color: rgb(29,113,32); }

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

border-color css

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

 span { border-color: rgb(29,113,32); }

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