Html Css Color HEX #307A09 Bilbao

📋 copy color: '#307A09'

red 48 ◦ green 122 ◦ blue 9

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

Shades of Bilbao #307A09

Tints of Bilbao #307A09

RGB

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

 GREEN value IS 122 (48.05% from 255) = 68.16%

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

R = 26.82%
G = 68.16%
B = 5.03%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#307A09 (or 0x307A09) is known color: Bilbao. HEX triplet: 30, 7A and 09. RGB value is (48,122,9). Sum of RGB (Red+Green+Blue) = 48+122+9=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 122 (48.05% from 255 or 68.16% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 122 - color contains mainly: green. Hex color #307A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307A09 is #CF85F6. Grayscale: #575757. Windows color (decimal): -13600247 or 621104. OLE color: 621104.

HSL color Cylindrical-coordinate representation of color #307A09: hue angle of 99.29º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #307A09 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 122 9 -
CMYK 0.61 0 0.93 0.52
HSL 99.29º 0.86% 0.26% -
HSV(B) 99.29º 0.93% 0.48% -
XYZ 8.23 14.57 2.64 -
YUV 86.99 83.98 100.19 -
System Red Green Blue C M Y K H S L
Decimal 48 122 9 0.61 0 0.93 0.52 99.29 0.86 0.26
Hex 30 7A 9 3D 0 5D 34 63 56 1A
Octal 60 172 11 75 0 135 64 143 126 32
Binary 110000 1111010 1001 111101 0 1011101 110100 1100011 1010110 11010

Color Harmonies of #307A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307A09

Black with #307A09

Text Example


Text Example

White with #307A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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