Html Css Color HEX #286227 San Felix

📋 copy color: '#286227'

red 40 ◦ green 98 ◦ blue 39

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

Shades of San Felix #286227

Tints of San Felix #286227

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.37%

 BLUE value IS 39 (15.63% from 255) = 22.03%

R = 22.6%
G = 55.37%
B = 22.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#286227 (or 0x286227) is known color: San Felix. HEX triplet: 28, 62 and 27. RGB value is (40,98,39). Sum of RGB (Red+Green+Blue) = 40+98+39=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #286227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286227 is #D79DD8. Grayscale: #4A4A4A. Windows color (decimal): -14130649 or 2581032. OLE color: 2581032.

HSL color Cylindrical-coordinate representation of color #286227: hue angle of 118.98º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286227 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 98 39 -
CMYK 0.59 0 0.60 0.62
HSL 118.98º 0.43% 0.27% -
HSV(B) 118.98º 0.6% 0.38% -
XYZ 5.61 9.33 3.43 -
YUV 73.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 40 98 39 0.59 0 0.60 0.62 118.98 0.43 0.27
Hex 28 62 27 3B 0 3C 3E 77 2B 1B
Octal 50 142 47 73 0 74 76 167 53 33
Binary 101000 1100010 100111 111011 0 111100 111110 1110111 101011 11011

Color Harmonies of #286227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286227

Black with #286227

Text Example


Text Example

White with #286227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286227; }

 p { color: rgb(40,98,39); }

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

background-color css

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

 a { background-color: rgb(40,98,39); }

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

border-color css

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

 span { border-color: rgb(40,98,39); }

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