Html Css Color HEX #1D7127 San Felix

📋 copy color: '#1D7127'

red 29 ◦ green 113 ◦ blue 39

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

Shades of San Felix #1D7127

Tints of San Felix #1D7127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.55%

R = 16.02%
G = 62.43%
B = 21.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#1D7127 (or 0x1D7127) is known color: San Felix. HEX triplet: 1D, 71 and 27. RGB value is (29,113,39). Sum of RGB (Red+Green+Blue) = 29+113+39=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7127 is #E28ED8. Grayscale: #4F4F4F. Windows color (decimal): -14847705 or 2584861. OLE color: 2584861.

HSL color Cylindrical-coordinate representation of color #1D7127: hue angle of 127.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 #1D7127 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 113 39 -
CMYK 0.74 0 0.65 0.56
HSL 127.14º 0.59% 0.28% -
HSV(B) 127.14º 0.74% 0.44% -
XYZ 6.78 12.22 3.92 -
YUV 79.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 29 113 39 0.74 0 0.65 0.56 127.14 0.59 0.28
Hex 1D 71 27 4A 0 41 38 7F 3B 1C
Octal 35 161 47 112 0 101 70 177 73 34
Binary 11101 1110001 100111 1001010 0 1000001 111000 1111111 111011 11100

Color Harmonies of #1D7127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7127

Black with #1D7127

Text Example


Text Example

White with #1D7127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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