Html Css Color HEX #304642 Firefly

📋 copy color: '#304642'

red 48 ◦ green 70 ◦ blue 66

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

Shades of Firefly #304642

Tints of Firefly #304642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

 BLUE value IS 66 (26.17% from 255) = 35.87%

R = 26.09%
G = 38.04%
B = 35.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#304642 (or 0x304642) is known color: Firefly. HEX triplet: 30, 46 and 42. RGB value is (48,70,66). Sum of RGB (Red+Green+Blue) = 48+70+66=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 70 - color contains mainly: green. Hex color #304642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304642 is #CFB9BD. Grayscale: #3E3E3E. Windows color (decimal): -13613502 or 4343344. OLE color: 4343344.

HSL color Cylindrical-coordinate representation of color #304642: hue angle of 169.09º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #304642 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 66 -
CMYK 0.31 0 0.06 0.73
HSL 169.09º 0.19% 0.23% -
HSV(B) 169.09º 0.31% 0.27% -
XYZ 4.39 5.4 5.97 -
YUV 62.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 48 70 66 0.31 0 0.06 0.73 169.09 0.19 0.23
Hex 30 46 42 1F 0 6 49 A9 13 17
Octal 60 106 102 37 0 6 111 251 23 27
Binary 110000 1000110 1000010 11111 0 110 1001001 10101001 10011 10111

Color Harmonies of #304642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304642

Black with #304642

Text Example


Text Example

White with #304642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304642; }

 p { color: rgb(48,70,66); }

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

background-color css

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

 a { background-color: rgb(48,70,66); }

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

border-color css

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

 span { border-color: rgb(48,70,66); }

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