Html Css Color HEX #2D4E49 Firefly

📋 copy color: '#2D4E49'

red 45 ◦ green 78 ◦ blue 73

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

Shades of Firefly #2D4E49

Tints of Firefly #2D4E49

RGB

 RED value IS 45 (17.97% from 255) = 22.96%

 GREEN value IS 78 (30.86% from 255) = 39.8%

 BLUE value IS 73 (28.91% from 255) = 37.24%

R = 22.96%
G = 39.8%
B = 37.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#2D4E49 (or 0x2D4E49) is known color: Firefly. HEX triplet: 2D, 4E and 49. RGB value is (45,78,73). Sum of RGB (Red+Green+Blue) = 45+78+73=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4E49 is #D2B1B6. Grayscale: #434343. Windows color (decimal): -13808055 or 4804141. OLE color: 4804141.

HSL color Cylindrical-coordinate representation of color #2D4E49: hue angle of 170.91º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D4E49 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 78 73 -
CMYK 0.42 0 0.06 0.69
HSL 170.91º 0.27% 0.24% -
HSV(B) 170.91º 0.42% 0.31% -
XYZ 5.01 6.49 7.29 -
YUV 67.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 45 78 73 0.42 0 0.06 0.69 170.91 0.27 0.24
Hex 2D 4E 49 2A 0 6 45 AB 1B 18
Octal 55 116 111 52 0 6 105 253 33 30
Binary 101101 1001110 1001001 101010 0 110 1000101 10101011 11011 11000

Color Harmonies of #2D4E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4E49

Black with #2D4E49

Text Example


Text Example

White with #2D4E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D4E49; }

 p { color: rgb(45,78,73); }

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

background-color css

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

 a { background-color: rgb(45,78,73); }

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

border-color css

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

 span { border-color: rgb(45,78,73); }

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