Html Css Color HEX #30840D Bilbao

📋 copy color: '#30840D'

red 48 ◦ green 132 ◦ blue 13

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

Shades of Bilbao #30840D

Tints of Bilbao #30840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 68.39%

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 24.87%
G = 68.39%
B = 6.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#30840D (or 0x30840D) is known color: Bilbao. HEX triplet: 30, 84 and 0D. RGB value is (48,132,13). Sum of RGB (Red+Green+Blue) = 48+132+13=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 132 (51.95% from 255 or 68.39% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 132 - color contains mainly: green. Hex color #30840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30840D is #CF7BF2. Grayscale: #5D5D5D. Windows color (decimal): -13597683 or 885808. OLE color: 885808.

HSL color Cylindrical-coordinate representation of color #30840D: hue angle of 102.35º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30840D is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 13 -
CMYK 0.64 0 0.90 0.48
HSL 102.35º 0.82% 0.28% -
HSV(B) 102.35º 0.9% 0.52% -
XYZ 9.54 17.16 3.19 -
YUV 93.32 82.67 95.68 -
System Red Green Blue C M Y K H S L
Decimal 48 132 13 0.64 0 0.90 0.48 102.35 0.82 0.28
Hex 30 84 D 40 0 5A 30 66 52 1C
Octal 60 204 15 100 0 132 60 146 122 34
Binary 110000 10000100 1101 1000000 0 1011010 110000 1100110 1010010 11100

Color Harmonies of #30840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30840D

Black with #30840D

Text Example


Text Example

White with #30840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30840D; }

 p { color: rgb(48,132,13); }

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

background-color css

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

 a { background-color: rgb(48,132,13); }

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

border-color css

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

 span { border-color: rgb(48,132,13); }

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