#26702C

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

Shades of San Felix #26702C

Tints of San Felix #26702C

Color information

#26702C (or 0x26702C) is unknown color: approx San Felix. HEX triplet: 26, 70 and 2C. RGB value is (38,112,44). Sum of RGB (Red+Green+Blue) = 38+112+44=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #26702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26702C is #D98FD3. Grayscale: #525252. Windows color (decimal): -14258132 or 2912294. OLE color: 2912294.

HSL color Cylindrical-coordinate representation of color #26702C: hue angle of 124.86º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26702C is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB3811244-
CMYK0.6600.610.56
HSL124.86º49.33%29.41%-
HSV(B)124.86º66.07%43.92%-
XYZ7.0512.184.36-
YUV82.12106.4896.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.59%
GREEN value IS 112 (44.14% from 255) = 57.73%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=19.59%
G=57.73%
B=22.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38112440.6600.610.56124.8649.3329.41
Hex26702C4203D387d311d
Octal4616054102075701756135
Binary100110111000010110010000100111101111000111110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26702C; }

 p { color: rgb(38,112,44); }

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

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

 a { background-color: rgb(38,112,44); }

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

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

 span { border-color: rgb(38,112,44); }

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