Html Css Color HEX #216828 San Felix

📋 copy color: '#216828'

red 33 ◦ green 104 ◦ blue 40

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

Shades of San Felix #216828

Tints of San Felix #216828

RGB

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

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

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

R = 18.64%
G = 58.76%
B = 22.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#216828 (or 0x216828) is known color: San Felix. HEX triplet: 21, 68 and 28. RGB value is (33,104,40). Sum of RGB (Red+Green+Blue) = 33+104+40=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #216828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216828 is #DE97D7. Grayscale: #4B4B4B. Windows color (decimal): -14587864 or 2648097. OLE color: 2648097.

HSL color Cylindrical-coordinate representation of color #216828: hue angle of 125.92º 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 #216828 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 104 40 -
CMYK 0.68 0 0.62 0.59
HSL 125.92º 0.52% 0.27% -
HSV(B) 125.92º 0.68% 0.41% -
XYZ 5.96 10.38 3.7 -
YUV 75.48 107.98 97.7 -
System Red Green Blue C M Y K H S L
Decimal 33 104 40 0.68 0 0.62 0.59 125.92 0.52 0.27
Hex 21 68 28 44 0 3E 3B 7E 34 1B
Octal 41 150 50 104 0 76 73 176 64 33
Binary 100001 1101000 101000 1000100 0 111110 111011 1111110 110100 11011

Color Harmonies of #216828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216828

Black with #216828

Text Example


Text Example

White with #216828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216828; }

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

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

background-color css

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

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

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

border-color css

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

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

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