Html Css Color HEX #1D6F1F San Felix

📋 copy color: '#1D6F1F'

red 29 ◦ green 111 ◦ blue 31

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

Shades of San Felix #1D6F1F

Tints of San Felix #1D6F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.13%

R = 16.96%
G = 64.91%
B = 18.13%

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

#1D6F1F (or 0x1D6F1F) is known color: San Felix. HEX triplet: 1D, 6F and 1F. RGB value is (29,111,31). Sum of RGB (Red+Green+Blue) = 29+111+31=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 111 (43.75% from 255 or 64.91% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6F1F is #E290E0. Grayscale: #4D4D4D. Windows color (decimal): -14848225 or 2060061. OLE color: 2060061.

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

Color convert

RGB 29 111 31 -
CMYK 0.74 0 0.72 0.56
HSL 121.46º 0.59% 0.27% -
HSV(B) 121.46º 0.74% 0.44% -
XYZ 6.44 11.73 3.22 -
YUV 77.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 29 111 31 0.74 0 0.72 0.56 121.46 0.59 0.27
Hex 1D 6F 1F 4A 0 48 38 79 3B 1B
Octal 35 157 37 112 0 110 70 171 73 33
Binary 11101 1101111 11111 1001010 0 1001000 111000 1111001 111011 11011

Color Harmonies of #1D6F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6F1F

Black with #1D6F1F

Text Example


Text Example

White with #1D6F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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