Html Css Color HEX #1F752D San Felix

📋 copy color: '#1F752D'

red 31 ◦ green 117 ◦ blue 45

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

Shades of San Felix #1F752D

Tints of San Felix #1F752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 60.62%

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

R = 16.06%
G = 60.62%
B = 23.32%

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

#1F752D (or 0x1F752D) is known color: San Felix. HEX triplet: 1F, 75 and 2D. RGB value is (31,117,45). Sum of RGB (Red+Green+Blue) = 31+117+45=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #1F752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F752D is #E08AD2. Grayscale: #535353. Windows color (decimal): -14715603 or 2979103. OLE color: 2979103.

HSL color Cylindrical-coordinate representation of color #1F752D: hue angle of 129.77º 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 #1F752D is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 117 45 -
CMYK 0.74 0 0.62 0.54
HSL 129.77º 0.58% 0.29% -
HSV(B) 129.77º 0.74% 0.46% -
XYZ 7.4 13.2 4.64 -
YUV 83.08 106.51 90.85 -
System Red Green Blue C M Y K H S L
Decimal 31 117 45 0.74 0 0.62 0.54 129.77 0.58 0.29
Hex 1F 75 2D 4A 0 3E 36 82 3A 1D
Octal 37 165 55 112 0 76 66 202 72 35
Binary 11111 1110101 101101 1001010 0 111110 110110 10000010 111010 11101

Color Harmonies of #1F752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F752D

Black with #1F752D

Text Example


Text Example

White with #1F752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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