Html Css Color HEX #286D2F San Felix

📋 copy color: '#286D2F'

red 40 ◦ green 109 ◦ blue 47

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

Shades of San Felix #286D2F

Tints of San Felix #286D2F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.61%

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

R = 20.41%
G = 55.61%
B = 23.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#286D2F (or 0x286D2F) is known color: San Felix. HEX triplet: 28, 6D and 2F. RGB value is (40,109,47). Sum of RGB (Red+Green+Blue) = 40+109+47=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 109 (42.97% from 255 or 55.61% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 109 - color contains mainly: green. Hex color #286D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286D2F is #D792D0. Grayscale: #515151. Windows color (decimal): -14127825 or 3108136. OLE color: 3108136.

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

Color convert

RGB 40 109 47 -
CMYK 0.63 0 0.57 0.57
HSL 126.09º 0.46% 0.29% -
HSV(B) 126.09º 0.63% 0.43% -
XYZ 6.86 11.59 4.57 -
YUV 81.3 108.64 98.54 -
System Red Green Blue C M Y K H S L
Decimal 40 109 47 0.63 0 0.57 0.57 126.09 0.46 0.29
Hex 28 6D 2F 3F 0 39 39 7E 2E 1D
Octal 50 155 57 77 0 71 71 176 56 35
Binary 101000 1101101 101111 111111 0 111001 111001 1111110 101110 11101

Color Harmonies of #286D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286D2F

Black with #286D2F

Text Example


Text Example

White with #286D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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