Html Css Color HEX #216825 San Felix

📋 copy color: '#216825'

red 33 ◦ green 104 ◦ blue 37

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

Shades of San Felix #216825

Tints of San Felix #216825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.26%

R = 18.97%
G = 59.77%
B = 21.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#216825 (or 0x216825) is known color: San Felix. HEX triplet: 21, 68 and 25. RGB value is (33,104,37). Sum of RGB (Red+Green+Blue) = 33+104+37=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #216825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216825 is #DE97DA. Grayscale: #4B4B4B. Windows color (decimal): -14587867 or 2451489. OLE color: 2451489.

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

Color convert

RGB 33 104 37 -
CMYK 0.68 0 0.64 0.59
HSL 123.38º 0.52% 0.27% -
HSV(B) 123.38º 0.68% 0.41% -
XYZ 5.91 10.36 3.44 -
YUV 75.13 106.48 97.95 -
System Red Green Blue C M Y K H S L
Decimal 33 104 37 0.68 0 0.64 0.59 123.38 0.52 0.27
Hex 21 68 25 44 0 40 3B 7B 34 1B
Octal 41 150 45 104 0 100 73 173 64 33
Binary 100001 1101000 100101 1000100 0 1000000 111011 1111011 110100 11011

Color Harmonies of #216825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216825

Black with #216825

Text Example


Text Example

White with #216825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216825; }

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

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

background-color css

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

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

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

border-color css

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

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

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