Html Css Color HEX #306F15 Bilbao

📋 copy color: '#306F15'

red 48 ◦ green 111 ◦ blue 21

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

Shades of Bilbao #306F15

Tints of Bilbao #306F15

RGB

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

 GREEN value IS 111 (43.75% from 255) = 61.67%

 BLUE value IS 21 (8.59% from 255) = 11.67%

R = 26.67%
G = 61.67%
B = 11.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#306F15 (or 0x306F15) is known color: Bilbao. HEX triplet: 30, 6F and 15. RGB value is (48,111,21). Sum of RGB (Red+Green+Blue) = 48+111+21=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 111 (43.75% from 255 or 61.67% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 111 - color contains mainly: green. Hex color #306F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306F15 is #CF90EA. Grayscale: #525252. Windows color (decimal): -13603051 or 1404720. OLE color: 1404720.

HSL color Cylindrical-coordinate representation of color #306F15: hue angle of 102º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306F15 is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 111 21 -
CMYK 0.57 0 0.81 0.56
HSL 102º 0.68% 0.26% -
HSV(B) 102º 0.81% 0.44% -
XYZ 7.04 12.05 2.66 -
YUV 81.9 93.63 103.82 -
System Red Green Blue C M Y K H S L
Decimal 48 111 21 0.57 0 0.81 0.56 102 0.68 0.26
Hex 30 6F 15 39 0 51 38 66 44 1A
Octal 60 157 25 71 0 121 70 146 104 32
Binary 110000 1101111 10101 111001 0 1010001 111000 1100110 1000100 11010

Color Harmonies of #306F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F15

Black with #306F15

Text Example


Text Example

White with #306F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306F15; }

 p { color: rgb(48,111,21); }

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

background-color css

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

 a { background-color: rgb(48,111,21); }

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

border-color css

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

 span { border-color: rgb(48,111,21); }

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