Html Css Color HEX #266630 San Felix

📋 copy color: '#266630'

red 38 ◦ green 102 ◦ blue 48

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

Shades of San Felix #266630

Tints of San Felix #266630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.26%

 BLUE value IS 48 (19.14% from 255) = 25.53%

R = 20.21%
G = 54.26%
B = 25.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#266630 (or 0x266630) is known color: San Felix. HEX triplet: 26, 66 and 30. RGB value is (38,102,48). Sum of RGB (Red+Green+Blue) = 38+102+48=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #266630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266630 is #D999CF. Grayscale: #4C4C4C. Windows color (decimal): -14260688 or 3171878. OLE color: 3171878.

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

Color convert

RGB 38 102 48 -
CMYK 0.63 0 0.53 0.6
HSL 129.38º 0.46% 0.27% -
HSV(B) 129.38º 0.63% 0.4% -
XYZ 6.08 10.13 4.43 -
YUV 76.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 38 102 48 0.63 0 0.53 0.6 129.38 0.46 0.27
Hex 26 66 30 3F 0 35 3C 81 2E 1B
Octal 46 146 60 77 0 65 74 201 56 33
Binary 100110 1100110 110000 111111 0 110101 111100 10000001 101110 11011

Color Harmonies of #266630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266630

Black with #266630

Text Example


Text Example

White with #266630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266630; }

 p { color: rgb(38,102,48); }

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

background-color css

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

 a { background-color: rgb(38,102,48); }

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

border-color css

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

 span { border-color: rgb(38,102,48); }

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