Html Css Color HEX #256C1A San Felix

📋 copy color: '#256C1A'

red 37 ◦ green 108 ◦ blue 26

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

Shades of San Felix #256C1A

Tints of San Felix #256C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.2%

R = 21.64%
G = 63.16%
B = 15.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#256C1A (or 0x256C1A) is known color: San Felix. HEX triplet: 25, 6C and 1A. RGB value is (37,108,26). Sum of RGB (Red+Green+Blue) = 37+108+26=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 108 (42.58% from 255 or 63.16% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 108 - color contains mainly: green. Hex color #256C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C1A is #DA93E5. Grayscale: #4D4D4D. Windows color (decimal): -14324710 or 1731621. OLE color: 1731621.

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

Color convert

RGB 37 108 26 -
CMYK 0.66 0 0.76 0.58
HSL 111.95º 0.61% 0.26% -
HSV(B) 111.95º 0.76% 0.42% -
XYZ 6.31 11.19 2.81 -
YUV 77.42 98.98 99.17 -
System Red Green Blue C M Y K H S L
Decimal 37 108 26 0.66 0 0.76 0.58 111.95 0.61 0.26
Hex 25 6C 1A 42 0 4C 3A 70 3D 1A
Octal 45 154 32 102 0 114 72 160 75 32
Binary 100101 1101100 11010 1000010 0 1001100 111010 1110000 111101 11010

Color Harmonies of #256C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256C1A

Black with #256C1A

Text Example


Text Example

White with #256C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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