Html Css Color HEX #307012 Bilbao

📋 copy color: '#307012'

red 48 ◦ green 112 ◦ blue 18

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

Shades of Bilbao #307012

Tints of Bilbao #307012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 62.92%

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 26.97%
G = 62.92%
B = 10.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#307012 (or 0x307012) is known color: Bilbao. HEX triplet: 30, 70 and 12. RGB value is (48,112,18). Sum of RGB (Red+Green+Blue) = 48+112+18=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #307012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307012 is #CF8FED. Grayscale: #525252. Windows color (decimal): -13602798 or 1208368. OLE color: 1208368.

HSL color Cylindrical-coordinate representation of color #307012: hue angle of 100.85º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #307012 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 18 -
CMYK 0.57 0 0.84 0.56
HSL 100.85º 0.72% 0.25% -
HSV(B) 100.85º 0.84% 0.44% -
XYZ 7.12 12.26 2.56 -
YUV 82.15 91.8 103.64 -
System Red Green Blue C M Y K H S L
Decimal 48 112 18 0.57 0 0.84 0.56 100.85 0.72 0.25
Hex 30 70 12 39 0 54 38 65 48 19
Octal 60 160 22 71 0 124 70 145 110 31
Binary 110000 1110000 10010 111001 0 1010100 111000 1100101 1001000 11001

Color Harmonies of #307012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307012

Black with #307012

Text Example


Text Example

White with #307012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307012; }

 p { color: rgb(48,112,18); }

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

background-color css

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

 a { background-color: rgb(48,112,18); }

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

border-color css

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

 span { border-color: rgb(48,112,18); }

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