Html Css Color HEX #307508 Bilbao

📋 copy color: '#307508'

red 48 ◦ green 117 ◦ blue 8

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

Shades of Bilbao #307508

Tints of Bilbao #307508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 67.63%

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 27.75%
G = 67.63%
B = 4.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#307508 (or 0x307508) is known color: Bilbao. HEX triplet: 30, 75 and 08. RGB value is (48,117,8). Sum of RGB (Red+Green+Blue) = 48+117+8=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 117 (46.09% from 255 or 67.63% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 117 - color contains mainly: green. Hex color #307508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307508 is #CF8AF7. Grayscale: #545454. Windows color (decimal): -13601528 or 554288. OLE color: 554288.

HSL color Cylindrical-coordinate representation of color #307508: hue angle of 97.98º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #307508 is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 8 -
CMYK 0.59 0 0.93 0.54
HSL 97.98º 0.87% 0.25% -
HSV(B) 97.98º 0.93% 0.46% -
XYZ 7.62 13.37 2.41 -
YUV 83.94 85.14 102.36 -
System Red Green Blue C M Y K H S L
Decimal 48 117 8 0.59 0 0.93 0.54 97.98 0.87 0.25
Hex 30 75 8 3B 0 5D 36 62 57 19
Octal 60 165 10 73 0 135 66 142 127 31
Binary 110000 1110101 1000 111011 0 1011101 110110 1100010 1010111 11001

Color Harmonies of #307508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307508

Black with #307508

Text Example


Text Example

White with #307508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307508; }

 p { color: rgb(48,117,8); }

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

background-color css

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

 a { background-color: rgb(48,117,8); }

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

border-color css

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

 span { border-color: rgb(48,117,8); }

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