Html Css Color HEX #1D6B27 San Felix

📋 copy color: '#1D6B27'

red 29 ◦ green 107 ◦ blue 39

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

Shades of San Felix #1D6B27

Tints of San Felix #1D6B27

RGB

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

 GREEN value IS 107 (42.19% from 255) = 61.14%

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

R = 16.57%
G = 61.14%
B = 22.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#1D6B27 (or 0x1D6B27) is known color: San Felix. HEX triplet: 1D, 6B and 27. RGB value is (29,107,39). Sum of RGB (Red+Green+Blue) = 29+107+39=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6B27 is #E294D8. Grayscale: #4C4C4C. Windows color (decimal): -14849241 or 2583325. OLE color: 2583325.

HSL color Cylindrical-coordinate representation of color #1D6B27: hue angle of 127.69º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6B27 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 107 39 -
CMYK 0.73 0 0.64 0.58
HSL 127.69º 0.57% 0.27% -
HSV(B) 127.69º 0.73% 0.42% -
XYZ 6.13 10.92 3.7 -
YUV 75.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 29 107 39 0.73 0 0.64 0.58 127.69 0.57 0.27
Hex 1D 6B 27 49 0 40 3A 80 39 1B
Octal 35 153 47 111 0 100 72 200 71 33
Binary 11101 1101011 100111 1001001 0 1000000 111010 10000000 111001 11011

Color Harmonies of #1D6B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6B27

Black with #1D6B27

Text Example


Text Example

White with #1D6B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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