Html Css Color HEX #266C25 San Felix

📋 copy color: '#266C25'

red 38 ◦ green 108 ◦ blue 37

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

Shades of San Felix #266C25

Tints of San Felix #266C25

RGB

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

 GREEN value IS 108 (42.58% from 255) = 59.02%

 BLUE value IS 37 (14.84% from 255) = 20.22%

R = 20.77%
G = 59.02%
B = 20.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#266C25 (or 0x266C25) is known color: San Felix. HEX triplet: 26, 6C and 25. RGB value is (38,108,37). Sum of RGB (Red+Green+Blue) = 38+108+37=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 108 (42.58% from 255 or 59.02% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 108 - color contains mainly: green. Hex color #266C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266C25 is #D993DA. Grayscale: #4F4F4F. Windows color (decimal): -14259163 or 2452518. OLE color: 2452518.

HSL color Cylindrical-coordinate representation of color #266C25: hue angle of 119.15º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266C25 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 108 37 -
CMYK 0.65 0 0.66 0.58
HSL 119.15º 0.49% 0.28% -
HSV(B) 119.15º 0.66% 0.42% -
XYZ 6.5 11.27 3.58 -
YUV 78.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 38 108 37 0.65 0 0.66 0.58 119.15 0.49 0.28
Hex 26 6C 25 41 0 42 3A 77 31 1C
Octal 46 154 45 101 0 102 72 167 61 34
Binary 100110 1101100 100101 1000001 0 1000010 111010 1110111 110001 11100

Color Harmonies of #266C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266C25

Black with #266C25

Text Example


Text Example

White with #266C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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