Html Css Color HEX #286127 San Felix

📋 copy color: '#286127'

red 40 ◦ green 97 ◦ blue 39

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

Shades of San Felix #286127

Tints of San Felix #286127

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.11%

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

R = 22.73%
G = 55.11%
B = 22.16%

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

#286127 (or 0x286127) is known color: San Felix. HEX triplet: 28, 61 and 27. RGB value is (40,97,39). Sum of RGB (Red+Green+Blue) = 40+97+39=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #286127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286127 is #D79ED8. Grayscale: #494949. Windows color (decimal): -14130905 or 2580776. OLE color: 2580776.

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

Color convert

RGB 40 97 39 -
CMYK 0.59 0 0.60 0.62
HSL 118.97º 0.43% 0.27% -
HSV(B) 118.97º 0.6% 0.38% -
XYZ 5.52 9.15 3.39 -
YUV 73.35 108.62 104.22 -
System Red Green Blue C M Y K H S L
Decimal 40 97 39 0.59 0 0.60 0.62 118.97 0.43 0.27
Hex 28 61 27 3B 0 3C 3E 77 2B 1B
Octal 50 141 47 73 0 74 76 167 53 33
Binary 101000 1100001 100111 111011 0 111100 111110 1110111 101011 11011

Color Harmonies of #286127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286127

Black with #286127

Text Example


Text Example

White with #286127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286127; }

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

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

background-color css

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

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

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

border-color css

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

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

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