Html Css Color HEX #307009 Bilbao

📋 copy color: '#307009'

red 48 ◦ green 112 ◦ blue 9

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

Shades of Bilbao #307009

Tints of Bilbao #307009

RGB

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

 GREEN value IS 112 (44.14% from 255) = 66.27%

 BLUE value IS 9 (3.91% from 255) = 5.33%

R = 28.4%
G = 66.27%
B = 5.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#307009 (or 0x307009) is known color: Bilbao. HEX triplet: 30, 70 and 09. RGB value is (48,112,9). Sum of RGB (Red+Green+Blue) = 48+112+9=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #307009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307009 is #CF8FF6. Grayscale: #515151. Windows color (decimal): -13602807 or 618544. OLE color: 618544.

HSL color Cylindrical-coordinate representation of color #307009: hue angle of 97.28º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #307009 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 9 -
CMYK 0.57 0 0.92 0.56
HSL 97.28º 0.85% 0.24% -
HSV(B) 97.28º 0.92% 0.44% -
XYZ 7.06 12.24 2.25 -
YUV 81.12 87.3 104.38 -
System Red Green Blue C M Y K H S L
Decimal 48 112 9 0.57 0 0.92 0.56 97.28 0.85 0.24
Hex 30 70 9 39 0 5C 38 61 55 18
Octal 60 160 11 71 0 134 70 141 125 30
Binary 110000 1110000 1001 111001 0 1011100 111000 1100001 1010101 11000

Color Harmonies of #307009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307009

Black with #307009

Text Example


Text Example

White with #307009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307009; }

 p { color: rgb(48,112,9); }

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

background-color css

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

 a { background-color: rgb(48,112,9); }

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

border-color css

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

 span { border-color: rgb(48,112,9); }

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