Html Css Color HEX #2D413F Firefly

📋 copy color: '#2D413F'

red 45 ◦ green 65 ◦ blue 63

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

Shades of Firefly #2D413F

Tints of Firefly #2D413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.42%

R = 26.01%
G = 37.57%
B = 36.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#2D413F (or 0x2D413F) is known color: Firefly. HEX triplet: 2D, 41 and 3F. RGB value is (45,65,63). Sum of RGB (Red+Green+Blue) = 45+65+63=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #2D413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D413F is #D2BEC0. Grayscale: #3A3A3A. Windows color (decimal): -13811393 or 4145453. OLE color: 4145453.

HSL color Cylindrical-coordinate representation of color #2D413F: hue angle of 174º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D413F is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 45 65 63 -
CMYK 0.31 0 0.03 0.75
HSL 174º 0.18% 0.22% -
HSV(B) 174º 0.31% 0.25% -
XYZ 3.87 4.7 5.41 -
YUV 58.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 45 65 63 0.31 0 0.03 0.75 174 0.18 0.22
Hex 2D 41 3F 1F 0 3 4B AE 12 16
Octal 55 101 77 37 0 3 113 256 22 26
Binary 101101 1000001 111111 11111 0 11 1001011 10101110 10010 10110

Color Harmonies of #2D413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D413F

Black with #2D413F

Text Example


Text Example

White with #2D413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,65,63); }

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

background-color css

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

 a { background-color: rgb(45,65,63); }

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

border-color css

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

 span { border-color: rgb(45,65,63); }

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