Html Css Color HEX #308708 Bilbao

📋 copy color: '#308708'

red 48 ◦ green 135 ◦ blue 8

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

Shades of Bilbao #308708

Tints of Bilbao #308708

RGB

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

 GREEN value IS 135 (53.13% from 255) = 70.68%

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

R = 25.13%
G = 70.68%
B = 4.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#308708 (or 0x308708) is known color: Bilbao. HEX triplet: 30, 87 and 08. RGB value is (48,135,8). Sum of RGB (Red+Green+Blue) = 48+135+8=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 135 (53.12% from 255 or 70.68% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 135 - color contains mainly: green. Hex color #308708 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308708 is #CF78F7. Grayscale: #5E5E5E. Windows color (decimal): -13596920 or 558896. OLE color: 558896.

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

Color convert

RGB 48 135 8 -
CMYK 0.64 0 0.94 0.47
HSL 101.1º 0.89% 0.28% -
HSV(B) 101.1º 0.94% 0.53% -
XYZ 9.93 17.97 3.18 -
YUV 94.51 79.18 94.83 -
System Red Green Blue C M Y K H S L
Decimal 48 135 8 0.64 0 0.94 0.47 101.1 0.89 0.28
Hex 30 87 8 40 0 5E 2F 65 59 1C
Octal 60 207 10 100 0 136 57 145 131 34
Binary 110000 10000111 1000 1000000 0 1011110 101111 1100101 1011001 11100

Color Harmonies of #308708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308708

Black with #308708

Text Example


Text Example

White with #308708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308708; }

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

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

background-color css

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

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

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

border-color css

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

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

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