Html Css Color HEX #206825 San Felix

📋 copy color: '#206825'

red 32 ◦ green 104 ◦ blue 37

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

Shades of San Felix #206825

Tints of San Felix #206825

RGB

 RED value IS 32 (12.89% from 255) = 18.5%

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

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

R = 18.5%
G = 60.12%
B = 21.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#206825 (or 0x206825) is known color: San Felix. HEX triplet: 20, 68 and 25. RGB value is (32,104,37). Sum of RGB (Red+Green+Blue) = 32+104+37=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #206825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206825 is #DF97DA. Grayscale: #4B4B4B. Windows color (decimal): -14653403 or 2451488. OLE color: 2451488.

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

Color convert

RGB 32 104 37 -
CMYK 0.69 0 0.64 0.59
HSL 124.17º 0.53% 0.27% -
HSV(B) 124.17º 0.69% 0.41% -
XYZ 5.88 10.34 3.44 -
YUV 74.83 106.65 97.45 -
System Red Green Blue C M Y K H S L
Decimal 32 104 37 0.69 0 0.64 0.59 124.17 0.53 0.27
Hex 20 68 25 45 0 40 3B 7C 35 1B
Octal 40 150 45 105 0 100 73 174 65 33
Binary 100000 1101000 100101 1000101 0 1000000 111011 1111100 110101 11011

Color Harmonies of #206825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206825

Black with #206825

Text Example


Text Example

White with #206825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206825; }

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

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

background-color css

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

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

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

border-color css

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

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

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