Html Css Color HEX #1B701D San Felix

📋 copy color: '#1B701D'

red 27 ◦ green 112 ◦ blue 29

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

Shades of San Felix #1B701D

Tints of San Felix #1B701D

RGB

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

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

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

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

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

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

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

Color convert

RGB 27 112 29 -
CMYK 0.76 0 0.74 0.56
HSL 121.41º 0.61% 0.27% -
HSV(B) 121.41º 0.76% 0.44% -
XYZ 6.47 11.91 3.12 -
YUV 77.12 100.84 92.25 -
System Red Green Blue C M Y K H S L
Decimal 27 112 29 0.76 0 0.74 0.56 121.41 0.61 0.27
Hex 1B 70 1D 4C 0 4A 38 79 3D 1B
Octal 33 160 35 114 0 112 70 171 75 33
Binary 11011 1110000 11101 1001100 0 1001010 111000 1111001 111101 11011

Color Harmonies of #1B701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B701D

Black with #1B701D

Text Example


Text Example

White with #1B701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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