Html Css Color HEX #306B1D Bilbao

📋 copy color: '#306B1D'

red 48 ◦ green 107 ◦ blue 29

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

Shades of Bilbao #306B1D

Tints of Bilbao #306B1D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 58.15%

 BLUE value IS 29 (11.72% from 255) = 15.76%

R = 26.09%
G = 58.15%
B = 15.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#306B1D (or 0x306B1D) is known color: Bilbao. HEX triplet: 30, 6B and 1D. RGB value is (48,107,29). Sum of RGB (Red+Green+Blue) = 48+107+29=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 107 (42.19% from 255 or 58.15% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 107 - color contains mainly: green. Hex color #306B1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B1D is #CF94E2. Grayscale: #505050. Windows color (decimal): -13604067 or 1927984. OLE color: 1927984.

HSL color Cylindrical-coordinate representation of color #306B1D: hue angle of 105.38º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #306B1D is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 107 29 -
CMYK 0.55 0 0.73 0.58
HSL 105.38º 0.57% 0.27% -
HSV(B) 105.38º 0.73% 0.42% -
XYZ 6.7 11.23 2.98 -
YUV 80.47 98.95 104.84 -
System Red Green Blue C M Y K H S L
Decimal 48 107 29 0.55 0 0.73 0.58 105.38 0.57 0.27
Hex 30 6B 1D 37 0 49 3A 69 39 1B
Octal 60 153 35 67 0 111 72 151 71 33
Binary 110000 1101011 11101 110111 0 1001001 111010 1101001 111001 11011

Color Harmonies of #306B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B1D

Black with #306B1D

Text Example


Text Example

White with #306B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,107,29); }

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

background-color css

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

 a { background-color: rgb(48,107,29); }

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

border-color css

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

 span { border-color: rgb(48,107,29); }

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