Html Css Color HEX #266720 San Felix

📋 copy color: '#266720'

red 38 ◦ green 103 ◦ blue 32

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

Shades of San Felix #266720

Tints of San Felix #266720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 59.54%

 BLUE value IS 32 (12.89% from 255) = 18.5%

R = 21.97%
G = 59.54%
B = 18.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#266720 (or 0x266720) is known color: San Felix. HEX triplet: 26, 67 and 20. RGB value is (38,103,32). Sum of RGB (Red+Green+Blue) = 38+103+32=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 103 (40.62% from 255 or 59.54% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 103 - color contains mainly: green. Hex color #266720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266720 is #D998DF. Grayscale: #4B4B4B. Windows color (decimal): -14260448 or 2123558. OLE color: 2123558.

HSL color Cylindrical-coordinate representation of color #266720: hue angle of 114.93º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #266720 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 38 103 32 -
CMYK 0.63 0 0.69 0.60
HSL 114.93º 0.53% 0.26% -
HSV(B) 114.93º 0.69% 0.4% -
XYZ 5.91 10.22 3.03 -
YUV 75.47 103.47 101.27 -
System Red Green Blue C M Y K H S L
Decimal 38 103 32 0.63 0 0.69 0.60 114.93 0.53 0.26
Hex 26 67 20 3F 0 45 3C 73 35 1A
Octal 46 147 40 77 0 105 74 163 65 32
Binary 100110 1100111 100000 111111 0 1000101 111100 1110011 110101 11010

Color Harmonies of #266720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266720

Black with #266720

Text Example


Text Example

White with #266720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266720; }

 p { color: rgb(38,103,32); }

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

background-color css

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

 a { background-color: rgb(38,103,32); }

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

border-color css

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

 span { border-color: rgb(38,103,32); }

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