Html Css Color HEX #306906 Bilbao

📋 copy color: '#306906'

red 48 ◦ green 105 ◦ blue 6

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

Shades of Bilbao #306906

Tints of Bilbao #306906

RGB

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

 GREEN value IS 105 (41.41% from 255) = 66.04%

 BLUE value IS 6 (2.73% from 255) = 3.77%

R = 30.19%
G = 66.04%
B = 3.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#306906 (or 0x306906) is known color: Bilbao. HEX triplet: 30, 69 and 06. RGB value is (48,105,6). Sum of RGB (Red+Green+Blue) = 48+105+6=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 105 (41.41% from 255 or 66.04% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 105 - color contains mainly: green. Hex color #306906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306906 is #CF96F9. Grayscale: #4D4D4D. Windows color (decimal): -13604602 or 420144. OLE color: 420144.

HSL color Cylindrical-coordinate representation of color #306906: hue angle of 94.55º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #306906 is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 105 6 -
CMYK 0.54 0 0.94 0.59
HSL 94.55º 0.89% 0.22% -
HSV(B) 94.55º 0.94% 0.41% -
XYZ 6.3 10.74 1.91 -
YUV 76.67 88.12 107.55 -
System Red Green Blue C M Y K H S L
Decimal 48 105 6 0.54 0 0.94 0.59 94.55 0.89 0.22
Hex 30 69 6 36 0 5E 3B 5F 59 16
Octal 60 151 6 66 0 136 73 137 131 26
Binary 110000 1101001 110 110110 0 1011110 111011 1011111 1011001 10110

Color Harmonies of #306906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306906

Black with #306906

Text Example


Text Example

White with #306906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306906; }

 p { color: rgb(48,105,6); }

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

background-color css

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

 a { background-color: rgb(48,105,6); }

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

border-color css

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

 span { border-color: rgb(48,105,6); }

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