Html Css Color HEX #304745 Firefly

📋 copy color: '#304745'

red 48 ◦ green 71 ◦ blue 69

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

Shades of Firefly #304745

Tints of Firefly #304745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

 BLUE value IS 69 (27.34% from 255) = 36.7%

R = 25.53%
G = 37.77%
B = 36.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#304745 (or 0x304745) is known color: Firefly. HEX triplet: 30, 47 and 45. RGB value is (48,71,69). Sum of RGB (Red+Green+Blue) = 48+71+69=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #304745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304745 is #CFB8BA. Grayscale: #3F3F3F. Windows color (decimal): -13613243 or 4540208. OLE color: 4540208.

HSL color Cylindrical-coordinate representation of color #304745: hue angle of 174.78º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #304745 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 71 69 -
CMYK 0.32 0 0.03 0.72
HSL 174.78º 0.19% 0.23% -
HSV(B) 174.78º 0.32% 0.28% -
XYZ 4.55 5.56 6.46 -
YUV 63.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 48 71 69 0.32 0 0.03 0.72 174.78 0.19 0.23
Hex 30 47 45 20 0 3 48 AF 13 17
Octal 60 107 105 40 0 3 110 257 23 27
Binary 110000 1000111 1000101 100000 0 11 1001000 10101111 10011 10111

Color Harmonies of #304745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304745

Black with #304745

Text Example


Text Example

White with #304745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304745; }

 p { color: rgb(48,71,69); }

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

background-color css

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

 a { background-color: rgb(48,71,69); }

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

border-color css

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

 span { border-color: rgb(48,71,69); }

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