Html Css Color HEX #1F762D San Felix

📋 copy color: '#1F762D'

red 31 ◦ green 118 ◦ blue 45

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

Shades of San Felix #1F762D

Tints of San Felix #1F762D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 60.82%

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 15.98%
G = 60.82%
B = 23.2%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#1F762D (or 0x1F762D) is known color: San Felix. HEX triplet: 1F, 76 and 2D. RGB value is (31,118,45). Sum of RGB (Red+Green+Blue) = 31+118+45=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #1F762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F762D is #E089D2. Grayscale: #535353. Windows color (decimal): -14715347 or 2979359. OLE color: 2979359.

HSL color Cylindrical-coordinate representation of color #1F762D: hue angle of 129.66º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F762D is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 118 45 -
CMYK 0.74 0 0.62 0.54
HSL 129.66º 0.58% 0.29% -
HSV(B) 129.66º 0.74% 0.46% -
XYZ 7.52 13.44 4.68 -
YUV 83.67 106.18 90.44 -
System Red Green Blue C M Y K H S L
Decimal 31 118 45 0.74 0 0.62 0.54 129.66 0.58 0.29
Hex 1F 76 2D 4A 0 3E 36 82 3A 1D
Octal 37 166 55 112 0 76 66 202 72 35
Binary 11111 1110110 101101 1001010 0 111110 110110 10000010 111010 11101

Color Harmonies of #1F762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F762D

Black with #1F762D

Text Example


Text Example

White with #1F762D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,118,45); }

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

background-color css

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

 a { background-color: rgb(31,118,45); }

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

border-color css

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

 span { border-color: rgb(31,118,45); }

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