Html Css Color HEX #284140 Firefly

📋 copy color: '#284140'

red 40 ◦ green 65 ◦ blue 64

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

Shades of Firefly #284140

Tints of Firefly #284140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

 BLUE value IS 64 (25.39% from 255) = 37.87%

R = 23.67%
G = 38.46%
B = 37.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#284140 (or 0x284140) is known color: Firefly. HEX triplet: 28, 41 and 40. RGB value is (40,65,64). Sum of RGB (Red+Green+Blue) = 40+65+64=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #284140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284140 is #D7BEBF. Grayscale: #393939. Windows color (decimal): -14139072 or 4210984. OLE color: 4210984.

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

Color convert

RGB 40 65 64 -
CMYK 0.38 0 0.02 0.75
HSL 177.6º 0.24% 0.21% -
HSV(B) 177.6º 0.38% 0.25% -
XYZ 3.69 4.6 5.54 -
YUV 57.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 40 65 64 0.38 0 0.02 0.75 177.6 0.24 0.21
Hex 28 41 40 26 0 2 4B B2 18 15
Octal 50 101 100 46 0 2 113 262 30 25
Binary 101000 1000001 1000000 100110 0 10 1001011 10110010 11000 10101

Color Harmonies of #284140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284140

Black with #284140

Text Example


Text Example

White with #284140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284140; }

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

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

background-color css

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

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

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

border-color css

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

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

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