Html Css Color HEX #286A35 San Felix

📋 copy color: '#286A35'

red 40 ◦ green 106 ◦ blue 53

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

Shades of San Felix #286A35

Tints of San Felix #286A35

RGB

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

 GREEN value IS 106 (41.8% from 255) = 53.27%

 BLUE value IS 53 (21.09% from 255) = 26.63%

R = 20.1%
G = 53.27%
B = 26.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#286A35 (or 0x286A35) is known color: San Felix. HEX triplet: 28, 6A and 35. RGB value is (40,106,53). Sum of RGB (Red+Green+Blue) = 40+106+53=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 106 (41.80% from 255 or 53.27% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 106 - color contains mainly: green. Hex color #286A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286A35 is #D795CA. Grayscale: #505050. Windows color (decimal): -14128587 or 3500584. OLE color: 3500584.

HSL color Cylindrical-coordinate representation of color #286A35: hue angle of 131.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286A35 is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 106 53 -
CMYK 0.62 0 0.5 0.58
HSL 131.82º 0.45% 0.29% -
HSV(B) 131.82º 0.62% 0.42% -
XYZ 6.67 11.02 5.14 -
YUV 80.22 112.63 99.31 -
System Red Green Blue C M Y K H S L
Decimal 40 106 53 0.62 0 0.5 0.58 131.82 0.45 0.29
Hex 28 6A 35 3E 0 32 3A 84 2D 1D
Octal 50 152 65 76 0 62 72 204 55 35
Binary 101000 1101010 110101 111110 0 110010 111010 10000100 101101 11101

Color Harmonies of #286A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286A35

Black with #286A35

Text Example


Text Example

White with #286A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,106,53); }

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

background-color css

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

 a { background-color: rgb(40,106,53); }

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

border-color css

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

 span { border-color: rgb(40,106,53); }

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