#26742A

Color #26742A San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #26742A

Tints of San Felix #26742A

Color information

#26742A (or 0x26742A) is unknown color: approx San Felix. HEX triplet: 26, 74 and 2A. RGB value is (38,116,42). Sum of RGB (Red+Green+Blue) = 38+116+42=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #26742A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26742A is #D98BD5. Grayscale: #545454. Windows color (decimal): -14257110 or 2782246. OLE color: 2782246.

HSL color Cylindrical-coordinate representation of color #26742A: hue angle of 123.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26742A is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB3811642-
CMYK0.6700.640.55
HSL123.08º50.65%30.2%-
HSV(B)123.08º67.24%45.49%-
XYZ7.4613.074.32-
YUV84.24104.1695.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 116 (45.70% from 255) = 59.18%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=19.39%
G=59.18%
B=21.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38116420.6700.640.55123.0850.6530.2
Hex26742A43040377b331e
Octal46164521030100671736336
Binary1001101110100101010100001101000000110111111101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26742A; }

 p { color: rgb(38,116,42); }

 H1.HeaderClassName
 {
   color: #26742A;
 }
 .AnyTagClassName
 {
   color: #26742A;
 }
</style>
background-color css

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

 a { background-color: rgb(38,116,42); }

 div.DivClassName
 {
   background-color: #26742A;
 }
 .BgClassName
 {
   background-color: #26742A;
 }
</style>
border-color css

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

 span { border-color: rgb(38,116,42); }

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