Html Css Color HEX #1D6F27 San Felix

📋 copy color: '#1D6F27'

red 29 ◦ green 111 ◦ blue 39

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

Shades of San Felix #1D6F27

Tints of San Felix #1D6F27

RGB

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

 GREEN value IS 111 (43.75% from 255) = 62.01%

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

R = 16.2%
G = 62.01%
B = 21.79%

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

#1D6F27 (or 0x1D6F27) is known color: San Felix. HEX triplet: 1D, 6F and 27. RGB value is (29,111,39). Sum of RGB (Red+Green+Blue) = 29+111+39=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6F27 is #E290D8. Grayscale: #4E4E4E. Windows color (decimal): -14848217 or 2584349. OLE color: 2584349.

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

Color convert

RGB 29 111 39 -
CMYK 0.74 0 0.65 0.56
HSL 127.32º 0.59% 0.27% -
HSV(B) 127.32º 0.74% 0.44% -
XYZ 6.56 11.78 3.85 -
YUV 78.27 105.83 92.85 -
System Red Green Blue C M Y K H S L
Decimal 29 111 39 0.74 0 0.65 0.56 127.32 0.59 0.27
Hex 1D 6F 27 4A 0 41 38 7F 3B 1B
Octal 35 157 47 112 0 101 70 177 73 33
Binary 11101 1101111 100111 1001010 0 1000001 111000 1111111 111011 11011

Color Harmonies of #1D6F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6F27

Black with #1D6F27

Text Example


Text Example

White with #1D6F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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