Html Css Color HEX #266919 San Felix

📋 copy color: '#266919'

red 38 ◦ green 105 ◦ blue 25

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

Shades of San Felix #266919

Tints of San Felix #266919

RGB

 RED value IS 38 (15.23% from 255) = 22.62%

 GREEN value IS 105 (41.41% from 255) = 62.5%

 BLUE value IS 25 (10.16% from 255) = 14.88%

R = 22.62%
G = 62.5%
B = 14.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#266919 (or 0x266919) is known color: San Felix. HEX triplet: 26, 69 and 19. RGB value is (38,105,25). Sum of RGB (Red+Green+Blue) = 38+105+25=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 105 (41.41% from 255 or 62.5% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 105 - color contains mainly: green. Hex color #266919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266919 is #D996E6. Grayscale: #4C4C4C. Windows color (decimal): -14259943 or 1665318. OLE color: 1665318.

HSL color Cylindrical-coordinate representation of color #266919: hue angle of 110.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #266919 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 105 25 -
CMYK 0.64 0 0.76 0.59
HSL 110.25º 0.62% 0.25% -
HSV(B) 110.25º 0.76% 0.41% -
XYZ 6.03 10.59 2.65 -
YUV 75.85 99.3 101 -
System Red Green Blue C M Y K H S L
Decimal 38 105 25 0.64 0 0.76 0.59 110.25 0.62 0.25
Hex 26 69 19 40 0 4C 3B 6E 3E 19
Octal 46 151 31 100 0 114 73 156 76 31
Binary 100110 1101001 11001 1000000 0 1001100 111011 1101110 111110 11001

Color Harmonies of #266919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266919

Black with #266919

Text Example


Text Example

White with #266919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266919; }

 p { color: rgb(38,105,25); }

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

background-color css

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

 a { background-color: rgb(38,105,25); }

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

border-color css

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

 span { border-color: rgb(38,105,25); }

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