Html Css Color HEX #2D4140 Firefly

📋 copy color: '#2D4140'

red 45 ◦ green 65 ◦ blue 64

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

Shades of Firefly #2D4140

Tints of Firefly #2D4140

RGB

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

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

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

R = 25.86%
G = 37.36%
B = 36.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#2D4140 (or 0x2D4140) is known color: Firefly. HEX triplet: 2D, 41 and 40. RGB value is (45,65,64). Sum of RGB (Red+Green+Blue) = 45+65+64=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4140 is #D2BEBF. Grayscale: #3A3A3A. Windows color (decimal): -13811392 or 4210989. OLE color: 4210989.

HSL color Cylindrical-coordinate representation of color #2D4140: hue angle of 177º 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 #2D4140 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 45 65 64 -
CMYK 0.31 0 0.02 0.75
HSL 177º 0.18% 0.22% -
HSV(B) 177º 0.31% 0.25% -
XYZ 3.9 4.71 5.55 -
YUV 58.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 45 65 64 0.31 0 0.02 0.75 177 0.18 0.22
Hex 2D 41 40 1F 0 2 4B B1 12 16
Octal 55 101 100 37 0 2 113 261 22 26
Binary 101101 1000001 1000000 11111 0 10 1001011 10110001 10010 10110

Color Harmonies of #2D4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4140

Black with #2D4140

Text Example


Text Example

White with #2D4140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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