Html Css Color HEX #286834 San Felix

📋 copy color: '#286834'

red 40 ◦ green 104 ◦ blue 52

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

Shades of San Felix #286834

Tints of San Felix #286834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.06%

 BLUE value IS 52 (20.7% from 255) = 26.53%

R = 20.41%
G = 53.06%
B = 26.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#286834 (or 0x286834) is known color: San Felix. HEX triplet: 28, 68 and 34. RGB value is (40,104,52). Sum of RGB (Red+Green+Blue) = 40+104+52=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #286834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286834 is #D797CB. Grayscale: #4F4F4F. Windows color (decimal): -14129100 or 3434536. OLE color: 3434536.

HSL color Cylindrical-coordinate representation of color #286834: hue angle of 131.25º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286834 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 104 52 -
CMYK 0.62 0 0.50 0.59
HSL 131.25º 0.44% 0.28% -
HSV(B) 131.25º 0.62% 0.41% -
XYZ 6.45 10.6 4.96 -
YUV 78.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 40 104 52 0.62 0 0.50 0.59 131.25 0.44 0.28
Hex 28 68 34 3E 0 32 3B 83 2C 1C
Octal 50 150 64 76 0 62 73 203 54 34
Binary 101000 1101000 110100 111110 0 110010 111011 10000011 101100 11100

Color Harmonies of #286834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286834

Black with #286834

Text Example


Text Example

White with #286834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286834; }

 p { color: rgb(40,104,52); }

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

background-color css

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

 a { background-color: rgb(40,104,52); }

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

border-color css

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

 span { border-color: rgb(40,104,52); }

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