Html Css Color HEX #216628 San Felix

📋 copy color: '#216628'

red 33 ◦ green 102 ◦ blue 40

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

Shades of San Felix #216628

Tints of San Felix #216628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.86%

R = 18.86%
G = 58.29%
B = 22.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#216628 (or 0x216628) is known color: San Felix. HEX triplet: 21, 66 and 28. RGB value is (33,102,40). Sum of RGB (Red+Green+Blue) = 33+102+40=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #216628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216628 is #DE99D7. Grayscale: #4A4A4A. Windows color (decimal): -14588376 or 2647585. OLE color: 2647585.

HSL color Cylindrical-coordinate representation of color #216628: hue angle of 126.09º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216628 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB 33 102 40 -
CMYK 0.68 0 0.61 0.6
HSL 126.09º 0.51% 0.26% -
HSV(B) 126.09º 0.68% 0.4% -
XYZ 5.76 9.98 3.63 -
YUV 74.3 108.64 98.54 -
System Red Green Blue C M Y K H S L
Decimal 33 102 40 0.68 0 0.61 0.6 126.09 0.51 0.26
Hex 21 66 28 44 0 3D 3C 7E 33 1A
Octal 41 146 50 104 0 75 74 176 63 32
Binary 100001 1100110 101000 1000100 0 111101 111100 1111110 110011 11010

Color Harmonies of #216628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216628

Black with #216628

Text Example


Text Example

White with #216628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216628; }

 p { color: rgb(33,102,40); }

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

background-color css

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

 a { background-color: rgb(33,102,40); }

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

border-color css

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

 span { border-color: rgb(33,102,40); }

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