#28403F

Color #28403F Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #28403F

Tints of Firefly #28403F

Color information

#28403F (or 0x28403F) is unknown color: approx Firefly. HEX triplet: 28, 40 and 3F. RGB value is (40,64,63). Sum of RGB (Red+Green+Blue) = 40+64+63=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #28403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28403F is #D7BFC0. Grayscale: #383838. Windows color (decimal): -14139329 or 4145192. OLE color: 4145192.

HSL color Cylindrical-coordinate representation of color #28403F: hue angle of 177.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28403F is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB406463-
CMYK0.3800.020.75
HSL177.5º23.08%20.39%-
HSV(B)177.5º37.5%25.1%-
XYZ3.614.485.38-
YUV56.71131.55116.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 63 (25% from 255) = 37.72%
R=23.95%
G=38.32%
B=37.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4064630.3800.020.75177.523.0820.39
Hex28403F26024Bb11714
Octal501007746021132612724
Binary10100010000001111111001100101001011101100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,64,63); }

 H1.HeaderClassName
 {
   color: #28403F;
 }
 .AnyTagClassName
 {
   color: #28403F;
 }
</style>
background-color css

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

 a { background-color: rgb(40,64,63); }

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

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

 span { border-color: rgb(40,64,63); }

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