Html Css Color HEX #308209 Bilbao

📋 copy color: '#308209'

red 48 ◦ green 130 ◦ blue 9

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

Shades of Bilbao #308209

Tints of Bilbao #308209

RGB

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

 GREEN value IS 130 (51.17% from 255) = 69.52%

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

R = 25.67%
G = 69.52%
B = 4.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#308209 (or 0x308209) is known color: Bilbao. HEX triplet: 30, 82 and 09. RGB value is (48,130,9). Sum of RGB (Red+Green+Blue) = 48+130+9=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #308209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308209 is #CF7DF6. Grayscale: #5C5C5C. Windows color (decimal): -13598199 or 623152. OLE color: 623152.

HSL color Cylindrical-coordinate representation of color #308209: hue angle of 100.66º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #308209 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 9 -
CMYK 0.63 0 0.93 0.49
HSL 100.66º 0.87% 0.27% -
HSV(B) 100.66º 0.93% 0.51% -
XYZ 9.25 16.61 2.98 -
YUV 91.69 81.33 96.84 -
System Red Green Blue C M Y K H S L
Decimal 48 130 9 0.63 0 0.93 0.49 100.66 0.87 0.27
Hex 30 82 9 3F 0 5D 31 65 57 1B
Octal 60 202 11 77 0 135 61 145 127 33
Binary 110000 10000010 1001 111111 0 1011101 110001 1100101 1010111 11011

Color Harmonies of #308209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308209

Black with #308209

Text Example


Text Example

White with #308209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308209; }

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

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

background-color css

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

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

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

border-color css

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

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

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