Html Css Color HEX #303F3E Firefly

📋 copy color: '#303F3E'

red 48 ◦ green 63 ◦ blue 62

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

Shades of Firefly #303F3E

Tints of Firefly #303F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.84%

R = 27.75%
G = 36.42%
B = 35.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#303F3E (or 0x303F3E) is known color: Firefly. HEX triplet: 30, 3F and 3E. RGB value is (48,63,62). Sum of RGB (Red+Green+Blue) = 48+63+62=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 63 - color contains mainly: green. Hex color #303F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F3E is #CFC0C1. Grayscale: #3A3A3A. Windows color (decimal): -13615298 or 4079408. OLE color: 4079408.

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

Color convert

RGB 48 63 62 -
CMYK 0.24 0 0.02 0.75
HSL 176º 0.14% 0.22% -
HSV(B) 176º 0.24% 0.25% -
XYZ 3.87 4.53 5.23 -
YUV 58.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 48 63 62 0.24 0 0.02 0.75 176 0.14 0.22
Hex 30 3F 3E 18 0 2 4B B0 E 16
Octal 60 77 76 30 0 2 113 260 16 26
Binary 110000 111111 111110 11000 0 10 1001011 10110000 1110 10110

Color Harmonies of #303F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F3E

Black with #303F3E

Text Example


Text Example

White with #303F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303F3E; }

 p { color: rgb(48,63,62); }

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

background-color css

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

 a { background-color: rgb(48,63,62); }

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

border-color css

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

 span { border-color: rgb(48,63,62); }

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