Html Css Color HEX #30840E Bilbao

📋 copy color: '#30840E'

red 48 ◦ green 132 ◦ blue 14

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

Shades of Bilbao #30840E

Tints of Bilbao #30840E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.22%

R = 24.74%
G = 68.04%
B = 7.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#30840E (or 0x30840E) is known color: Bilbao. HEX triplet: 30, 84 and 0E. RGB value is (48,132,14). Sum of RGB (Red+Green+Blue) = 48+132+14=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 132 (51.95% from 255 or 68.04% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 132 - color contains mainly: green. Hex color #30840E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30840E is #CF7BF1. Grayscale: #5D5D5D. Windows color (decimal): -13597682 or 951344. OLE color: 951344.

HSL color Cylindrical-coordinate representation of color #30840E: hue angle of 102.71º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30840E is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 14 -
CMYK 0.64 0 0.89 0.48
HSL 102.71º 0.81% 0.29% -
HSV(B) 102.71º 0.89% 0.52% -
XYZ 9.55 17.16 3.22 -
YUV 93.43 83.17 95.59 -
System Red Green Blue C M Y K H S L
Decimal 48 132 14 0.64 0 0.89 0.48 102.71 0.81 0.29
Hex 30 84 E 40 0 59 30 67 51 1D
Octal 60 204 16 100 0 131 60 147 121 35
Binary 110000 10000100 1110 1000000 0 1011001 110000 1100111 1010001 11101

Color Harmonies of #30840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30840E

Black with #30840E

Text Example


Text Example

White with #30840E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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