Html Css Color HEX #286E2F San Felix

📋 copy color: '#286E2F'

red 40 ◦ green 110 ◦ blue 47

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

Shades of San Felix #286E2F

Tints of San Felix #286E2F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 55.84%

 BLUE value IS 47 (18.75% from 255) = 23.86%

R = 20.3%
G = 55.84%
B = 23.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#286E2F (or 0x286E2F) is known color: San Felix. HEX triplet: 28, 6E and 2F. RGB value is (40,110,47). Sum of RGB (Red+Green+Blue) = 40+110+47=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #286E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286E2F is #D791D0. Grayscale: #525252. Windows color (decimal): -14127569 or 3108392. OLE color: 3108392.

HSL color Cylindrical-coordinate representation of color #286E2F: hue angle of 126º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E2F is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 110 47 -
CMYK 0.64 0 0.57 0.57
HSL 126º 0.47% 0.29% -
HSV(B) 126º 0.64% 0.43% -
XYZ 6.96 11.81 4.6 -
YUV 81.89 108.31 98.12 -
System Red Green Blue C M Y K H S L
Decimal 40 110 47 0.64 0 0.57 0.57 126 0.47 0.29
Hex 28 6E 2F 40 0 39 39 7E 2F 1D
Octal 50 156 57 100 0 71 71 176 57 35
Binary 101000 1101110 101111 1000000 0 111001 111001 1111110 101111 11101

Color Harmonies of #286E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286E2F

Black with #286E2F

Text Example


Text Example

White with #286E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286E2F; }

 p { color: rgb(40,110,47); }

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

background-color css

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

 a { background-color: rgb(40,110,47); }

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

border-color css

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

 span { border-color: rgb(40,110,47); }

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