Html Css Color HEX #306512 Bilbao

📋 copy color: '#306512'

red 48 ◦ green 101 ◦ blue 18

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

Shades of Bilbao #306512

Tints of Bilbao #306512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 60.48%

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

R = 28.74%
G = 60.48%
B = 10.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#306512 (or 0x306512) is known color: Bilbao. HEX triplet: 30, 65 and 12. RGB value is (48,101,18). Sum of RGB (Red+Green+Blue) = 48+101+18=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #306512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306512 is #CF9AED. Grayscale: #4B4B4B. Windows color (decimal): -13605614 or 1205552. OLE color: 1205552.

HSL color Cylindrical-coordinate representation of color #306512: hue angle of 98.31º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #306512 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 101 18 -
CMYK 0.52 0 0.82 0.60
HSL 98.31º 0.7% 0.23% -
HSV(B) 98.31º 0.82% 0.4% -
XYZ 5.98 9.98 2.18 -
YUV 75.69 95.44 108.25 -
System Red Green Blue C M Y K H S L
Decimal 48 101 18 0.52 0 0.82 0.60 98.31 0.7 0.23
Hex 30 65 12 34 0 52 3C 62 46 17
Octal 60 145 22 64 0 122 74 142 106 27
Binary 110000 1100101 10010 110100 0 1010010 111100 1100010 1000110 10111

Color Harmonies of #306512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306512

Black with #306512

Text Example


Text Example

White with #306512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306512; }

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

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

background-color css

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

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

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

border-color css

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

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

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