Html Css Color HEX #28672D San Felix

📋 copy color: '#28672D'

red 40 ◦ green 103 ◦ blue 45

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

Shades of San Felix #28672D

Tints of San Felix #28672D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 21.28%
G = 54.79%
B = 23.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.56

 K value IS 0.60

RGB Variations

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

Color information

#28672D (or 0x28672D) is known color: San Felix. HEX triplet: 28, 67 and 2D. RGB value is (40,103,45). Sum of RGB (Red+Green+Blue) = 40+103+45=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #28672D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28672D is #D798D2. Grayscale: #4D4D4D. Windows color (decimal): -14129363 or 2975528. OLE color: 2975528.

HSL color Cylindrical-coordinate representation of color #28672D: hue angle of 124.76º 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 #28672D is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 103 45 -
CMYK 0.61 0 0.56 0.60
HSL 124.76º 0.44% 0.28% -
HSV(B) 124.76º 0.61% 0.4% -
XYZ 6.2 10.34 4.15 -
YUV 77.55 109.63 101.22 -
System Red Green Blue C M Y K H S L
Decimal 40 103 45 0.61 0 0.56 0.60 124.76 0.44 0.28
Hex 28 67 2D 3D 0 38 3C 7D 2C 1C
Octal 50 147 55 75 0 70 74 175 54 34
Binary 101000 1100111 101101 111101 0 111000 111100 1111101 101100 11100

Color Harmonies of #28672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28672D

Black with #28672D

Text Example


Text Example

White with #28672D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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