Html Css Color HEX #1F7328 San Felix

📋 copy color: '#1F7328'

red 31 ◦ green 115 ◦ blue 40

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

Shades of San Felix #1F7328

Tints of San Felix #1F7328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 16.67%
G = 61.83%
B = 21.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#1F7328 (or 0x1F7328) is known color: San Felix. HEX triplet: 1F, 73 and 28. RGB value is (31,115,40). Sum of RGB (Red+Green+Blue) = 31+115+40=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #1F7328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7328 is #E08CD7. Grayscale: #515151. Windows color (decimal): -14716120 or 2650911. OLE color: 2650911.

HSL color Cylindrical-coordinate representation of color #1F7328: hue angle of 126.43º 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 #1F7328 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 115 40 -
CMYK 0.73 0 0.65 0.55
HSL 126.43º 0.58% 0.29% -
HSV(B) 126.43º 0.73% 0.45% -
XYZ 7.08 12.71 4.09 -
YUV 81.33 104.67 92.1 -
System Red Green Blue C M Y K H S L
Decimal 31 115 40 0.73 0 0.65 0.55 126.43 0.58 0.29
Hex 1F 73 28 49 0 41 37 7E 3A 1D
Octal 37 163 50 111 0 101 67 176 72 35
Binary 11111 1110011 101000 1001001 0 1000001 110111 1111110 111010 11101

Color Harmonies of #1F7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7328

Black with #1F7328

Text Example


Text Example

White with #1F7328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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