Html Css Color HEX #256026 San Felix

📋 copy color: '#256026'

red 37 ◦ green 96 ◦ blue 38

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

Shades of San Felix #256026

Tints of San Felix #256026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.22%

R = 21.64%
G = 56.14%
B = 22.22%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#256026 (or 0x256026) is known color: San Felix. HEX triplet: 25, 60 and 26. RGB value is (37,96,38). Sum of RGB (Red+Green+Blue) = 37+96+38=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #256026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256026 is #DA9FD9. Grayscale: #474747. Windows color (decimal): -14327770 or 2514981. OLE color: 2514981.

HSL color Cylindrical-coordinate representation of color #256026: hue angle of 121.02º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #256026 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 96 38 -
CMYK 0.61 0 0.60 0.62
HSL 121.02º 0.44% 0.26% -
HSV(B) 121.02º 0.61% 0.38% -
XYZ 5.3 8.9 3.27 -
YUV 71.75 108.95 103.22 -
System Red Green Blue C M Y K H S L
Decimal 37 96 38 0.61 0 0.60 0.62 121.02 0.44 0.26
Hex 25 60 26 3D 0 3C 3E 79 2C 1A
Octal 45 140 46 75 0 74 76 171 54 32
Binary 100101 1100000 100110 111101 0 111100 111110 1111001 101100 11010

Color Harmonies of #256026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256026

Black with #256026

Text Example


Text Example

White with #256026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256026; }

 p { color: rgb(37,96,38); }

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

background-color css

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

 a { background-color: rgb(37,96,38); }

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

border-color css

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

 span { border-color: rgb(37,96,38); }

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