Html Css Color HEX #256C1F San Felix

📋 copy color: '#256C1F'

red 37 ◦ green 108 ◦ blue 31

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

Shades of San Felix #256C1F

Tints of San Felix #256C1F

RGB

 RED value IS 37 (14.84% from 255) = 21.02%

 GREEN value IS 108 (42.58% from 255) = 61.36%

 BLUE value IS 31 (12.5% from 255) = 17.61%

R = 21.02%
G = 61.36%
B = 17.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#256C1F (or 0x256C1F) is known color: San Felix. HEX triplet: 25, 6C and 1F. RGB value is (37,108,31). Sum of RGB (Red+Green+Blue) = 37+108+31=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 108 (42.58% from 255 or 61.36% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 108 - color contains mainly: green. Hex color #256C1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C1F is #DA93E0. Grayscale: #4E4E4E. Windows color (decimal): -14324705 or 2059301. OLE color: 2059301.

HSL color Cylindrical-coordinate representation of color #256C1F: hue angle of 115.32º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256C1F is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 108 31 -
CMYK 0.66 0 0.71 0.58
HSL 115.32º 0.55% 0.27% -
HSV(B) 115.32º 0.71% 0.42% -
XYZ 6.37 11.22 3.13 -
YUV 77.99 101.48 98.76 -
System Red Green Blue C M Y K H S L
Decimal 37 108 31 0.66 0 0.71 0.58 115.32 0.55 0.27
Hex 25 6C 1F 42 0 47 3A 73 37 1B
Octal 45 154 37 102 0 107 72 163 67 33
Binary 100101 1101100 11111 1000010 0 1000111 111010 1110011 110111 11011

Color Harmonies of #256C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256C1F

Black with #256C1F

Text Example


Text Example

White with #256C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256C1F; }

 p { color: rgb(37,108,31); }

 H1.HeaderClassName
 {
   color: #256C1F;
 }
 .AnyTagClassName
 {
   color: #256C1F;
 }
</style>

background-color css

<style>
 a { background-color: #256C1F; }

 a { background-color: rgb(37,108,31); }

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

border-color css

<style>
 span { border-color: #256C1F; }

 span { border-color: rgb(37,108,31); }

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