Html Css Color HEX #287227 San Felix

📋 copy color: '#287227'

red 40 ◦ green 114 ◦ blue 39

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

Shades of San Felix #287227

Tints of San Felix #287227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 59.07%

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

R = 20.73%
G = 59.07%
B = 20.21%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#287227 (or 0x287227) is known color: San Felix. HEX triplet: 28, 72 and 27. RGB value is (40,114,39). Sum of RGB (Red+Green+Blue) = 40+114+39=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #287227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287227 is #D78DD8. Grayscale: #535353. Windows color (decimal): -14126553 or 2585128. OLE color: 2585128.

HSL color Cylindrical-coordinate representation of color #287227: hue angle of 119.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287227 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 114 39 -
CMYK 0.65 0 0.66 0.55
HSL 119.2º 0.49% 0.3% -
HSV(B) 119.2º 0.66% 0.45% -
XYZ 7.26 12.63 3.98 -
YUV 83.32 102.98 97.1 -
System Red Green Blue C M Y K H S L
Decimal 40 114 39 0.65 0 0.66 0.55 119.2 0.49 0.3
Hex 28 72 27 41 0 42 37 77 31 1E
Octal 50 162 47 101 0 102 67 167 61 36
Binary 101000 1110010 100111 1000001 0 1000010 110111 1110111 110001 11110

Color Harmonies of #287227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287227

Black with #287227

Text Example


Text Example

White with #287227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287227; }

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

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

background-color css

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

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

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

border-color css

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

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

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