Html Css Color HEX #304140 Firefly

📋 copy color: '#304140'

red 48 ◦ green 65 ◦ blue 64

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

Shades of Firefly #304140

Tints of Firefly #304140

RGB

 RED value IS 48 (19.14% from 255) = 27.12%

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

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

R = 27.12%
G = 36.72%
B = 36.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#304140 (or 0x304140) is known color: Firefly. HEX triplet: 30, 41 and 40. RGB value is (48,65,64). Sum of RGB (Red+Green+Blue) = 48+65+64=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #304140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304140 is #CFBEBF. Grayscale: #3B3B3B. Windows color (decimal): -13614784 or 4210992. OLE color: 4210992.

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

Color convert

RGB 48 65 64 -
CMYK 0.26 0 0.02 0.75
HSL 176.47º 0.15% 0.22% -
HSV(B) 176.47º 0.26% 0.25% -
XYZ 4.03 4.78 5.56 -
YUV 59.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 48 65 64 0.26 0 0.02 0.75 176.47 0.15 0.22
Hex 30 41 40 1A 0 2 4B B0 F 16
Octal 60 101 100 32 0 2 113 260 17 26
Binary 110000 1000001 1000000 11010 0 10 1001011 10110000 1111 10110

Color Harmonies of #304140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304140

Black with #304140

Text Example


Text Example

White with #304140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304140; }

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

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

background-color css

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

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

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

border-color css

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

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

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