#26752F

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

Shades of San Felix #26752F

Tints of San Felix #26752F

Color information

#26752F (or 0x26752F) is unknown color: approx San Felix. HEX triplet: 26, 75 and 2F. RGB value is (38,117,47). Sum of RGB (Red+Green+Blue) = 38+117+47=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #26752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26752F is #D98AD0. Grayscale: #555555. Windows color (decimal): -14256849 or 3110182. OLE color: 3110182.

HSL color Cylindrical-coordinate representation of color #26752F: hue angle of 126.84º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26752F is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB3811747-
CMYK0.6800.600.54
HSL126.84º50.97%30.39%-
HSV(B)126.84º67.52%45.88%-
XYZ7.6713.344.86-
YUV85.4106.3394.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 117 (46.09% from 255) = 57.92%
BLUE value IS 47 (18.75% from 255) = 23.27%
R=18.81%
G=57.92%
B=23.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38117470.6800.600.54126.8450.9730.39
Hex26752F4403C367f331e
Octal4616557104074661776336
Binary100110111010110111110001000111100110110111111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26752F; }

 p { color: rgb(38,117,47); }

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

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

 a { background-color: rgb(38,117,47); }

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

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

 span { border-color: rgb(38,117,47); }

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