Html Css Color HEX #30473B Celtic

📋 copy color: '#30473B'

red 48 ◦ green 71 ◦ blue 59

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

Shades of Celtic #30473B

Tints of Celtic #30473B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.15%

R = 26.97%
G = 39.89%
B = 33.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#30473B (or 0x30473B) is known color: Celtic. HEX triplet: 30, 47 and 3B. RGB value is (48,71,59). Sum of RGB (Red+Green+Blue) = 48+71+59=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #30473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30473B is #CFB8C4. Grayscale: #3E3E3E. Windows color (decimal): -13613253 or 3884848. OLE color: 3884848.

HSL color Cylindrical-coordinate representation of color #30473B: hue angle of 148.7º 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 #30473B is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 71 59 -
CMYK 0.32 0 0.17 0.72
HSL 148.7º 0.19% 0.23% -
HSV(B) 148.7º 0.32% 0.28% -
XYZ 4.26 5.45 4.97 -
YUV 62.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 48 71 59 0.32 0 0.17 0.72 148.7 0.19 0.23
Hex 30 47 3B 20 0 11 48 95 13 17
Octal 60 107 73 40 0 21 110 225 23 27
Binary 110000 1000111 111011 100000 0 10001 1001000 10010101 10011 10111

Color Harmonies of #30473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30473B

Black with #30473B

Text Example


Text Example

White with #30473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30473B; }

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

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

background-color css

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

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

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

border-color css

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

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

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