Html Css Color HEX #1F6027 San Felix

📋 copy color: '#1F6027'

red 31 ◦ green 96 ◦ blue 39

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

Shades of San Felix #1F6027

Tints of San Felix #1F6027

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.83%

 BLUE value IS 39 (15.63% from 255) = 23.49%

R = 18.67%
G = 57.83%
B = 23.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#1F6027 (or 0x1F6027) is known color: San Felix. HEX triplet: 1F, 60 and 27. RGB value is (31,96,39). Sum of RGB (Red+Green+Blue) = 31+96+39=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #1F6027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6027 is #E09FD8. Grayscale: #464646. Windows color (decimal): -14720985 or 2580511. OLE color: 2580511.

HSL color Cylindrical-coordinate representation of color #1F6027: hue angle of 127.38º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6027 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 96 39 -
CMYK 0.68 0 0.59 0.62
HSL 127.38º 0.51% 0.25% -
HSV(B) 127.38º 0.68% 0.38% -
XYZ 5.11 8.8 3.35 -
YUV 70.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 31 96 39 0.68 0 0.59 0.62 127.38 0.51 0.25
Hex 1F 60 27 44 0 3B 3E 7F 33 19
Octal 37 140 47 104 0 73 76 177 63 31
Binary 11111 1100000 100111 1000100 0 111011 111110 1111111 110011 11001

Color Harmonies of #1F6027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6027

Black with #1F6027

Text Example


Text Example

White with #1F6027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,96,39); }

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

background-color css

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

 a { background-color: rgb(31,96,39); }

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

border-color css

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

 span { border-color: rgb(31,96,39); }

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