Html Css Color HEX #28672E San Felix

📋 copy color: '#28672E'

red 40 ◦ green 103 ◦ blue 46

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

Shades of San Felix #28672E

Tints of San Felix #28672E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 54.5%

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

R = 21.16%
G = 54.5%
B = 24.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#28672E (or 0x28672E) is known color: San Felix. HEX triplet: 28, 67 and 2E. RGB value is (40,103,46). Sum of RGB (Red+Green+Blue) = 40+103+46=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #28672E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28672E is #D798D1. Grayscale: #4D4D4D. Windows color (decimal): -14129362 or 3041064. OLE color: 3041064.

HSL color Cylindrical-coordinate representation of color #28672E: hue angle of 125.71º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #28672E is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 103 46 -
CMYK 0.61 0 0.55 0.60
HSL 125.71º 0.44% 0.28% -
HSV(B) 125.71º 0.61% 0.4% -
XYZ 6.22 10.35 4.25 -
YUV 77.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 40 103 46 0.61 0 0.55 0.60 125.71 0.44 0.28
Hex 28 67 2E 3D 0 37 3C 7E 2C 1C
Octal 50 147 56 75 0 67 74 176 54 34
Binary 101000 1100111 101110 111101 0 110111 111100 1111110 101100 11100

Color Harmonies of #28672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28672E

Black with #28672E

Text Example


Text Example

White with #28672E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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