Html Css Color HEX #266D25 San Felix

📋 copy color: '#266D25'

red 38 ◦ green 109 ◦ blue 37

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

Shades of San Felix #266D25

Tints of San Felix #266D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 59.24%

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

R = 20.65%
G = 59.24%
B = 20.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#266D25 (or 0x266D25) is known color: San Felix. HEX triplet: 26, 6D and 25. RGB value is (38,109,37). Sum of RGB (Red+Green+Blue) = 38+109+37=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 109 (42.97% from 255 or 59.24% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 109 - color contains mainly: green. Hex color #266D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266D25 is #D992DA. Grayscale: #4F4F4F. Windows color (decimal): -14258907 or 2452774. OLE color: 2452774.

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

Color convert

RGB 38 109 37 -
CMYK 0.65 0 0.66 0.57
HSL 119.17º 0.49% 0.29% -
HSV(B) 119.17º 0.66% 0.43% -
XYZ 6.6 11.48 3.62 -
YUV 79.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 38 109 37 0.65 0 0.66 0.57 119.17 0.49 0.29
Hex 26 6D 25 41 0 42 39 77 31 1D
Octal 46 155 45 101 0 102 71 167 61 35
Binary 100110 1101101 100101 1000001 0 1000010 111001 1110111 110001 11101

Color Harmonies of #266D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266D25

Black with #266D25

Text Example


Text Example

White with #266D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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