Html Css Color HEX #1F772E San Felix

📋 copy color: '#1F772E'

red 31 ◦ green 119 ◦ blue 46

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

Shades of San Felix #1F772E

Tints of San Felix #1F772E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 60.71%

 BLUE value IS 46 (18.36% from 255) = 23.47%

R = 15.82%
G = 60.71%
B = 23.47%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#1F772E (or 0x1F772E) is known color: San Felix. HEX triplet: 1F, 77 and 2E. RGB value is (31,119,46). Sum of RGB (Red+Green+Blue) = 31+119+46=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #1F772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F772E is #E088D1. Grayscale: #545454. Windows color (decimal): -14715090 or 3045151. OLE color: 3045151.

HSL color Cylindrical-coordinate representation of color #1F772E: hue angle of 130.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F772E is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 119 46 -
CMYK 0.74 0 0.61 0.53
HSL 130.23º 0.59% 0.29% -
HSV(B) 130.23º 0.74% 0.47% -
XYZ 7.66 13.68 4.82 -
YUV 84.37 106.35 89.94 -
System Red Green Blue C M Y K H S L
Decimal 31 119 46 0.74 0 0.61 0.53 130.23 0.59 0.29
Hex 1F 77 2E 4A 0 3D 35 82 3B 1D
Octal 37 167 56 112 0 75 65 202 73 35
Binary 11111 1110111 101110 1001010 0 111101 110101 10000010 111011 11101

Color Harmonies of #1F772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F772E

Black with #1F772E

Text Example


Text Example

White with #1F772E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,119,46); }

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

background-color css

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

 a { background-color: rgb(31,119,46); }

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

border-color css

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

 span { border-color: rgb(31,119,46); }

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