Html Css Color HEX #307F09 Bilbao

📋 copy color: '#307F09'

red 48 ◦ green 127 ◦ blue 9

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

Shades of Bilbao #307F09

Tints of Bilbao #307F09

RGB

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

 GREEN value IS 127 (50% from 255) = 69.02%

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

R = 26.09%
G = 69.02%
B = 4.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#307F09 (or 0x307F09) is known color: Bilbao. HEX triplet: 30, 7F and 09. RGB value is (48,127,9). Sum of RGB (Red+Green+Blue) = 48+127+9=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 127 (50% from 255 or 69.02% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 127 - color contains mainly: green. Hex color #307F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307F09 is #CF80F6. Grayscale: #5A5A5A. Windows color (decimal): -13598967 or 622384. OLE color: 622384.

HSL color Cylindrical-coordinate representation of color #307F09: hue angle of 100.17º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #307F09 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 127 9 -
CMYK 0.62 0 0.93 0.50
HSL 100.17º 0.87% 0.27% -
HSV(B) 100.17º 0.93% 0.5% -
XYZ 8.86 15.83 2.85 -
YUV 89.93 82.33 98.09 -
System Red Green Blue C M Y K H S L
Decimal 48 127 9 0.62 0 0.93 0.50 100.17 0.87 0.27
Hex 30 7F 9 3E 0 5D 32 64 57 1B
Octal 60 177 11 76 0 135 62 144 127 33
Binary 110000 1111111 1001 111110 0 1011101 110010 1100100 1010111 11011

Color Harmonies of #307F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F09

Black with #307F09

Text Example


Text Example

White with #307F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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