Html Css Color HEX #28631F San Felix

📋 copy color: '#28631F'

red 40 ◦ green 99 ◦ blue 31

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

Shades of San Felix #28631F

Tints of San Felix #28631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.24%

 BLUE value IS 31 (12.5% from 255) = 18.24%

R = 23.53%
G = 58.24%
B = 18.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#28631F (or 0x28631F) is known color: San Felix. HEX triplet: 28, 63 and 1F. RGB value is (40,99,31). Sum of RGB (Red+Green+Blue) = 40+99+31=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #28631F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28631F is #D79CE0. Grayscale: #494949. Windows color (decimal): -14130401 or 2057000. OLE color: 2057000.

HSL color Cylindrical-coordinate representation of color #28631F: hue angle of 112.06º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28631F is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 99 31 -
CMYK 0.60 0 0.69 0.61
HSL 112.06º 0.52% 0.25% -
HSV(B) 112.06º 0.69% 0.39% -
XYZ 5.58 9.47 2.83 -
YUV 73.61 103.95 104.03 -
System Red Green Blue C M Y K H S L
Decimal 40 99 31 0.60 0 0.69 0.61 112.06 0.52 0.25
Hex 28 63 1F 3C 0 45 3D 70 34 19
Octal 50 143 37 74 0 105 75 160 64 31
Binary 101000 1100011 11111 111100 0 1000101 111101 1110000 110100 11001

Color Harmonies of #28631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28631F

Black with #28631F

Text Example


Text Example

White with #28631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28631F; }

 p { color: rgb(40,99,31); }

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

background-color css

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

 a { background-color: rgb(40,99,31); }

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

border-color css

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

 span { border-color: rgb(40,99,31); }

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