Html Css Color HEX #1D701B San Felix

📋 copy color: '#1D701B'

red 29 ◦ green 112 ◦ blue 27

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

Shades of San Felix #1D701B

Tints of San Felix #1D701B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 66.67%

 BLUE value IS 27 (10.94% from 255) = 16.07%

R = 17.26%
G = 66.67%
B = 16.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#1D701B (or 0x1D701B) is known color: San Felix. HEX triplet: 1D, 70 and 1B. RGB value is (29,112,27). Sum of RGB (Red+Green+Blue) = 29+112+27=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #1D701B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D701B is #E28FE4. Grayscale: #4D4D4D. Windows color (decimal): -14847973 or 1798173. OLE color: 1798173.

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

Color convert

RGB 29 112 27 -
CMYK 0.74 0 0.76 0.56
HSL 118.59º 0.61% 0.27% -
HSV(B) 118.59º 0.76% 0.44% -
XYZ 6.5 11.93 3 -
YUV 77.49 99.5 93.41 -
System Red Green Blue C M Y K H S L
Decimal 29 112 27 0.74 0 0.76 0.56 118.59 0.61 0.27
Hex 1D 70 1B 4A 0 4C 38 77 3D 1B
Octal 35 160 33 112 0 114 70 167 75 33
Binary 11101 1110000 11011 1001010 0 1001100 111000 1110111 111101 11011

Color Harmonies of #1D701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D701B

Black with #1D701B

Text Example


Text Example

White with #1D701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,112,27); }

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

background-color css

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

 a { background-color: rgb(29,112,27); }

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

border-color css

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

 span { border-color: rgb(29,112,27); }

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