Html Css Color HEX #256B1C San Felix

📋 copy color: '#256B1C'

red 37 ◦ green 107 ◦ blue 28

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

Shades of San Felix #256B1C

Tints of San Felix #256B1C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 62.21%

 BLUE value IS 28 (11.33% from 255) = 16.28%

R = 21.51%
G = 62.21%
B = 16.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#256B1C (or 0x256B1C) is known color: San Felix. HEX triplet: 25, 6B and 1C. RGB value is (37,107,28). Sum of RGB (Red+Green+Blue) = 37+107+28=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 107 (42.19% from 255 or 62.21% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 107 - color contains mainly: green. Hex color #256B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256B1C is #DA94E3. Grayscale: #4D4D4D. Windows color (decimal): -14324964 or 1862437. OLE color: 1862437.

HSL color Cylindrical-coordinate representation of color #256B1C: hue angle of 113.16º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256B1C is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 107 28 -
CMYK 0.65 0 0.74 0.58
HSL 113.16º 0.59% 0.26% -
HSV(B) 113.16º 0.74% 0.42% -
XYZ 6.23 10.99 2.89 -
YUV 77.06 100.31 99.42 -
System Red Green Blue C M Y K H S L
Decimal 37 107 28 0.65 0 0.74 0.58 113.16 0.59 0.26
Hex 25 6B 1C 41 0 4A 3A 71 3B 1A
Octal 45 153 34 101 0 112 72 161 73 32
Binary 100101 1101011 11100 1000001 0 1001010 111010 1110001 111011 11010

Color Harmonies of #256B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B1C

Black with #256B1C

Text Example


Text Example

White with #256B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,107,28); }

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

background-color css

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

 a { background-color: rgb(37,107,28); }

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

border-color css

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

 span { border-color: rgb(37,107,28); }

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