Html Css Color HEX #286D30 San Felix

📋 copy color: '#286D30'

red 40 ◦ green 109 ◦ blue 48

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

Shades of San Felix #286D30

Tints of San Felix #286D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.37%

R = 20.3%
G = 55.33%
B = 24.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#286D30 (or 0x286D30) is known color: San Felix. HEX triplet: 28, 6D and 30. RGB value is (40,109,48). Sum of RGB (Red+Green+Blue) = 40+109+48=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 109 (42.97% from 255 or 55.33% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 109 - color contains mainly: green. Hex color #286D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286D30 is #D792CF. Grayscale: #515151. Windows color (decimal): -14127824 or 3173672. OLE color: 3173672.

HSL color Cylindrical-coordinate representation of color #286D30: hue angle of 126.96º 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 #286D30 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 109 48 -
CMYK 0.63 0 0.56 0.57
HSL 126.96º 0.46% 0.29% -
HSV(B) 126.96º 0.63% 0.43% -
XYZ 6.88 11.6 4.67 -
YUV 81.42 109.14 98.46 -
System Red Green Blue C M Y K H S L
Decimal 40 109 48 0.63 0 0.56 0.57 126.96 0.46 0.29
Hex 28 6D 30 3F 0 38 39 7F 2E 1D
Octal 50 155 60 77 0 70 71 177 56 35
Binary 101000 1101101 110000 111111 0 111000 111001 1111111 101110 11101

Color Harmonies of #286D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286D30

Black with #286D30

Text Example


Text Example

White with #286D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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