Html Css Color HEX #216826 San Felix

📋 copy color: '#216826'

red 33 ◦ green 104 ◦ blue 38

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

Shades of San Felix #216826

Tints of San Felix #216826

RGB

 RED value IS 33 (13.28% from 255) = 18.86%

 GREEN value IS 104 (41.02% from 255) = 59.43%

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

R = 18.86%
G = 59.43%
B = 21.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#216826 (or 0x216826) is known color: San Felix. HEX triplet: 21, 68 and 26. RGB value is (33,104,38). Sum of RGB (Red+Green+Blue) = 33+104+38=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #216826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216826 is #DE97D9. Grayscale: #4B4B4B. Windows color (decimal): -14587866 or 2517025. OLE color: 2517025.

HSL color Cylindrical-coordinate representation of color #216826: hue angle of 124.23º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216826 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 104 38 -
CMYK 0.68 0 0.63 0.59
HSL 124.23º 0.52% 0.27% -
HSV(B) 124.23º 0.68% 0.41% -
XYZ 5.93 10.36 3.52 -
YUV 75.25 106.98 97.87 -
System Red Green Blue C M Y K H S L
Decimal 33 104 38 0.68 0 0.63 0.59 124.23 0.52 0.27
Hex 21 68 26 44 0 3F 3B 7C 34 1B
Octal 41 150 46 104 0 77 73 174 64 33
Binary 100001 1101000 100110 1000100 0 111111 111011 1111100 110100 11011

Color Harmonies of #216826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216826

Black with #216826

Text Example


Text Example

White with #216826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216826; }

 p { color: rgb(33,104,38); }

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

background-color css

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

 a { background-color: rgb(33,104,38); }

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

border-color css

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

 span { border-color: rgb(33,104,38); }

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