Html Css Color HEX #266920 San Felix

📋 copy color: '#266920'

red 38 ◦ green 105 ◦ blue 32

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

Shades of San Felix #266920

Tints of San Felix #266920

RGB

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

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

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

R = 21.71%
G = 60%
B = 18.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#266920 (or 0x266920) is known color: San Felix. HEX triplet: 26, 69 and 20. RGB value is (38,105,32). Sum of RGB (Red+Green+Blue) = 38+105+32=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #266920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266920 is #D996DF. Grayscale: #4C4C4C. Windows color (decimal): -14259936 or 2124070. OLE color: 2124070.

HSL color Cylindrical-coordinate representation of color #266920: hue angle of 115.07º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #266920 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 105 32 -
CMYK 0.64 0 0.70 0.59
HSL 115.07º 0.53% 0.27% -
HSV(B) 115.07º 0.7% 0.41% -
XYZ 6.11 10.62 3.09 -
YUV 76.65 102.8 100.44 -
System Red Green Blue C M Y K H S L
Decimal 38 105 32 0.64 0 0.70 0.59 115.07 0.53 0.27
Hex 26 69 20 40 0 46 3B 73 35 1B
Octal 46 151 40 100 0 106 73 163 65 33
Binary 100110 1101001 100000 1000000 0 1000110 111011 1110011 110101 11011

Color Harmonies of #266920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266920

Black with #266920

Text Example


Text Example

White with #266920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266920; }

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

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

background-color css

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

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

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

border-color css

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

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

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