Html Css Color HEX #266925 San Felix

📋 copy color: '#266925'

red 38 ◦ green 105 ◦ blue 37

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

Shades of San Felix #266925

Tints of San Felix #266925

RGB

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

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

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

R = 21.11%
G = 58.33%
B = 20.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#266925 (or 0x266925) is known color: San Felix. HEX triplet: 26, 69 and 25. RGB value is (38,105,37). Sum of RGB (Red+Green+Blue) = 38+105+37=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 105 (41.41% from 255 or 58.33% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 105 - color contains mainly: green. Hex color #266925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266925 is #D996DA. Grayscale: #4D4D4D. Windows color (decimal): -14259931 or 2451750. OLE color: 2451750.

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

Color convert

RGB 38 105 37 -
CMYK 0.64 0 0.65 0.59
HSL 119.12º 0.48% 0.28% -
HSV(B) 119.12º 0.65% 0.41% -
XYZ 6.18 10.65 3.48 -
YUV 77.22 105.3 100.03 -
System Red Green Blue C M Y K H S L
Decimal 38 105 37 0.64 0 0.65 0.59 119.12 0.48 0.28
Hex 26 69 25 40 0 41 3B 77 30 1C
Octal 46 151 45 100 0 101 73 167 60 34
Binary 100110 1101001 100101 1000000 0 1000001 111011 1110111 110000 11100

Color Harmonies of #266925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266925

Black with #266925

Text Example


Text Example

White with #266925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266925; }

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

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

background-color css

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

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

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

border-color css

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

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

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