Html Css Color HEX #256A31 San Felix

📋 copy color: '#256A31'

red 37 ◦ green 106 ◦ blue 49

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

Shades of San Felix #256A31

Tints of San Felix #256A31

RGB

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

 GREEN value IS 106 (41.8% from 255) = 55.21%

 BLUE value IS 49 (19.53% from 255) = 25.52%

R = 19.27%
G = 55.21%
B = 25.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#256A31 (or 0x256A31) is known color: San Felix. HEX triplet: 25, 6A and 31. RGB value is (37,106,49). Sum of RGB (Red+Green+Blue) = 37+106+49=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 106 (41.80% from 255 or 55.21% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 106 - color contains mainly: green. Hex color #256A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256A31 is #DA95CE. Grayscale: #4F4F4F. Windows color (decimal): -14325199 or 3238437. OLE color: 3238437.

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

Color convert

RGB 37 106 49 -
CMYK 0.65 0 0.54 0.58
HSL 130.43º 0.48% 0.28% -
HSV(B) 130.43º 0.65% 0.42% -
XYZ 6.47 10.92 4.67 -
YUV 78.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 37 106 49 0.65 0 0.54 0.58 130.43 0.48 0.28
Hex 25 6A 31 41 0 36 3A 82 30 1C
Octal 45 152 61 101 0 66 72 202 60 34
Binary 100101 1101010 110001 1000001 0 110110 111010 10000010 110000 11100

Color Harmonies of #256A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256A31

Black with #256A31

Text Example


Text Example

White with #256A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,106,49); }

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

background-color css

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

 a { background-color: rgb(37,106,49); }

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

border-color css

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

 span { border-color: rgb(37,106,49); }

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