Html Css Color HEX #1F7326 San Felix

📋 copy color: '#1F7326'

red 31 ◦ green 115 ◦ blue 38

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

Shades of San Felix #1F7326

Tints of San Felix #1F7326

RGB

 RED value IS 31 (12.5% from 255) = 16.85%

 GREEN value IS 115 (45.31% from 255) = 62.5%

 BLUE value IS 38 (15.23% from 255) = 20.65%

R = 16.85%
G = 62.5%
B = 20.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#1F7326 (or 0x1F7326) is known color: San Felix. HEX triplet: 1F, 73 and 26. RGB value is (31,115,38). Sum of RGB (Red+Green+Blue) = 31+115+38=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #1F7326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7326 is #E08CD9. Grayscale: #515151. Windows color (decimal): -14716122 or 2519839. OLE color: 2519839.

HSL color Cylindrical-coordinate representation of color #1F7326: hue angle of 125º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7326 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 115 38 -
CMYK 0.73 0 0.67 0.55
HSL 125º 0.58% 0.29% -
HSV(B) 125º 0.73% 0.45% -
XYZ 7.05 12.69 3.91 -
YUV 81.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 31 115 38 0.73 0 0.67 0.55 125 0.58 0.29
Hex 1F 73 26 49 0 43 37 7D 3A 1D
Octal 37 163 46 111 0 103 67 175 72 35
Binary 11111 1110011 100110 1001001 0 1000011 110111 1111101 111010 11101

Color Harmonies of #1F7326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7326

Black with #1F7326

Text Example


Text Example

White with #1F7326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,115,38); }

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

background-color css

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

 a { background-color: rgb(31,115,38); }

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

border-color css

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

 span { border-color: rgb(31,115,38); }

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