Html Css Color HEX #266A25 San Felix

📋 copy color: '#266A25'

red 38 ◦ green 106 ◦ blue 37

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

Shades of San Felix #266A25

Tints of San Felix #266A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 58.56%

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

R = 20.99%
G = 58.56%
B = 20.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#266A25 (or 0x266A25) is known color: San Felix. HEX triplet: 26, 6A and 25. RGB value is (38,106,37). Sum of RGB (Red+Green+Blue) = 38+106+37=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 106 (41.80% from 255 or 58.56% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 106 - color contains mainly: green. Hex color #266A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266A25 is #D995DA. Grayscale: #4E4E4E. Windows color (decimal): -14259675 or 2452006. OLE color: 2452006.

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

Color convert

RGB 38 106 37 -
CMYK 0.64 0 0.65 0.58
HSL 119.13º 0.48% 0.28% -
HSV(B) 119.13º 0.65% 0.42% -
XYZ 6.29 10.85 3.51 -
YUV 77.8 104.97 99.61 -
System Red Green Blue C M Y K H S L
Decimal 38 106 37 0.64 0 0.65 0.58 119.13 0.48 0.28
Hex 26 6A 25 40 0 41 3A 77 30 1C
Octal 46 152 45 100 0 101 72 167 60 34
Binary 100110 1101010 100101 1000000 0 1000001 111010 1110111 110000 11100

Color Harmonies of #266A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266A25

Black with #266A25

Text Example


Text Example

White with #266A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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