Html Css Color HEX #308508 Bilbao

📋 copy color: '#308508'

red 48 ◦ green 133 ◦ blue 8

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

Shades of Bilbao #308508

Tints of Bilbao #308508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 70.37%

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

R = 25.4%
G = 70.37%
B = 4.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#308508 (or 0x308508) is known color: Bilbao. HEX triplet: 30, 85 and 08. RGB value is (48,133,8). Sum of RGB (Red+Green+Blue) = 48+133+8=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 133 (52.34% from 255 or 70.37% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 133 - color contains mainly: green. Hex color #308508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308508 is #CF7AF7. Grayscale: #5D5D5D. Windows color (decimal): -13597432 or 558384. OLE color: 558384.

HSL color Cylindrical-coordinate representation of color #308508: hue angle of 100.8º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #308508 is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 8 -
CMYK 0.64 0 0.94 0.48
HSL 100.8º 0.89% 0.28% -
HSV(B) 100.8º 0.94% 0.52% -
XYZ 9.65 17.42 3.08 -
YUV 93.34 79.84 95.66 -
System Red Green Blue C M Y K H S L
Decimal 48 133 8 0.64 0 0.94 0.48 100.8 0.89 0.28
Hex 30 85 8 40 0 5E 30 65 59 1C
Octal 60 205 10 100 0 136 60 145 131 34
Binary 110000 10000101 1000 1000000 0 1011110 110000 1100101 1011001 11100

Color Harmonies of #308508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308508

Black with #308508

Text Example


Text Example

White with #308508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308508; }

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

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

background-color css

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

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

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

border-color css

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

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

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