Html Css Color HEX #28682E San Felix

📋 copy color: '#28682E'

red 40 ◦ green 104 ◦ blue 46

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

Shades of San Felix #28682E

Tints of San Felix #28682E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.21%

R = 21.05%
G = 54.74%
B = 24.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#28682E (or 0x28682E) is known color: San Felix. HEX triplet: 28, 68 and 2E. RGB value is (40,104,46). Sum of RGB (Red+Green+Blue) = 40+104+46=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #28682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28682E is #D797D1. Grayscale: #4E4E4E. Windows color (decimal): -14129106 or 3041320. OLE color: 3041320.

HSL color Cylindrical-coordinate representation of color #28682E: hue angle of 125.62º 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 #28682E is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 104 46 -
CMYK 0.62 0 0.56 0.59
HSL 125.63º 0.44% 0.28% -
HSV(B) 125.63º 0.62% 0.41% -
XYZ 6.32 10.55 4.29 -
YUV 78.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 40 104 46 0.62 0 0.56 0.59 125.63 0.44 0.28
Hex 28 68 2E 3E 0 38 3B 7E 2C 1C
Octal 50 150 56 76 0 70 73 176 54 34
Binary 101000 1101000 101110 111110 0 111000 111011 1111110 101100 11100

Color Harmonies of #28682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28682E

Black with #28682E

Text Example


Text Example

White with #28682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28682E; }

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

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

background-color css

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

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

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

border-color css

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

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

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