Html Css Color HEX #284342 Firefly

📋 copy color: '#284342'

red 40 ◦ green 67 ◦ blue 66

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

Shades of Firefly #284342

Tints of Firefly #284342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.73%

 BLUE value IS 66 (26.17% from 255) = 38.15%

R = 23.12%
G = 38.73%
B = 38.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#284342 (or 0x284342) is known color: Firefly. HEX triplet: 28, 43 and 42. RGB value is (40,67,66). Sum of RGB (Red+Green+Blue) = 40+67+66=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 67 - color contains mainly: green. Hex color #284342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284342 is #D7BCBD. Grayscale: #3A3A3A. Windows color (decimal): -14138558 or 4342568. OLE color: 4342568.

HSL color Cylindrical-coordinate representation of color #284342: hue angle of 177.78º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #284342 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 67 66 -
CMYK 0.40 0 0.01 0.74
HSL 177.78º 0.25% 0.21% -
HSV(B) 177.78º 0.4% 0.26% -
XYZ 3.87 4.86 5.89 -
YUV 58.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 40 67 66 0.40 0 0.01 0.74 177.78 0.25 0.21
Hex 28 43 42 28 0 1 4A B2 19 15
Octal 50 103 102 50 0 1 112 262 31 25
Binary 101000 1000011 1000010 101000 0 1 1001010 10110010 11001 10101

Color Harmonies of #284342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284342

Black with #284342

Text Example


Text Example

White with #284342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284342; }

 p { color: rgb(40,67,66); }

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

background-color css

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

 a { background-color: rgb(40,67,66); }

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

border-color css

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

 span { border-color: rgb(40,67,66); }

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