Html Css Color HEX #1F7122 San Felix

📋 copy color: '#1F7122'

red 31 ◦ green 113 ◦ blue 34

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

Shades of San Felix #1F7122

Tints of San Felix #1F7122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 63.48%

 BLUE value IS 34 (13.67% from 255) = 19.1%

R = 17.42%
G = 63.48%
B = 19.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#1F7122 (or 0x1F7122) is known color: San Felix. HEX triplet: 1F, 71 and 22. RGB value is (31,113,34). Sum of RGB (Red+Green+Blue) = 31+113+34=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #1F7122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7122 is #E08EDD. Grayscale: #4F4F4F. Windows color (decimal): -14716638 or 2257183. OLE color: 2257183.

HSL color Cylindrical-coordinate representation of color #1F7122: hue angle of 122.2º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7122 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 113 34 -
CMYK 0.73 0 0.70 0.56
HSL 122.2º 0.57% 0.28% -
HSV(B) 122.2º 0.73% 0.44% -
XYZ 6.76 12.22 3.52 -
YUV 79.48 102.33 93.42 -
System Red Green Blue C M Y K H S L
Decimal 31 113 34 0.73 0 0.70 0.56 122.2 0.57 0.28
Hex 1F 71 22 49 0 46 38 7A 39 1C
Octal 37 161 42 111 0 106 70 172 71 34
Binary 11111 1110001 100010 1001001 0 1000110 111000 1111010 111001 11100

Color Harmonies of #1F7122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7122

Black with #1F7122

Text Example


Text Example

White with #1F7122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,113,34); }

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

background-color css

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

 a { background-color: rgb(31,113,34); }

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

border-color css

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

 span { border-color: rgb(31,113,34); }

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