Html Css Color HEX #30423F Firefly

📋 copy color: '#30423F'

red 48 ◦ green 66 ◦ blue 63

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

Shades of Firefly #30423F

Tints of Firefly #30423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

 BLUE value IS 63 (25% from 255) = 35.59%

R = 27.12%
G = 37.29%
B = 35.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#30423F (or 0x30423F) is known color: Firefly. HEX triplet: 30, 42 and 3F. RGB value is (48,66,63). Sum of RGB (Red+Green+Blue) = 48+66+63=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 66 - color contains mainly: green. Hex color #30423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30423F is #CFBDC0. Grayscale: #3C3C3C. Windows color (decimal): -13614529 or 4145712. OLE color: 4145712.

HSL color Cylindrical-coordinate representation of color #30423F: hue angle of 170º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #30423F is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 63 -
CMYK 0.27 0 0.05 0.74
HSL 170º 0.16% 0.22% -
HSV(B) 170º 0.27% 0.26% -
XYZ 4.06 4.88 5.43 -
YUV 60.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 48 66 63 0.27 0 0.05 0.74 170 0.16 0.22
Hex 30 42 3F 1B 0 5 4A AA 10 16
Octal 60 102 77 33 0 5 112 252 20 26
Binary 110000 1000010 111111 11011 0 101 1001010 10101010 10000 10110

Color Harmonies of #30423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30423F

Black with #30423F

Text Example


Text Example

White with #30423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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