Html Css Color HEX #308607 Bilbao

📋 copy color: '#308607'

red 48 ◦ green 134 ◦ blue 7

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

Shades of Bilbao #308607

Tints of Bilbao #308607

RGB

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

 GREEN value IS 134 (52.73% from 255) = 70.9%

 BLUE value IS 7 (3.13% from 255) = 3.7%

R = 25.4%
G = 70.9%
B = 3.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#308607 (or 0x308607) is known color: Bilbao. HEX triplet: 30, 86 and 07. RGB value is (48,134,7). Sum of RGB (Red+Green+Blue) = 48+134+7=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 134 (52.73% from 255 or 70.90% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 134 - color contains mainly: green. Hex color #308607 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308607 is #CF79F8. Grayscale: #5E5E5E. Windows color (decimal): -13597177 or 493104. OLE color: 493104.

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

Color convert

RGB 48 134 7 -
CMYK 0.64 0 0.95 0.47
HSL 100.63º 0.9% 0.28% -
HSV(B) 100.63º 0.95% 0.53% -
XYZ 9.78 17.69 3.1 -
YUV 93.81 79.01 95.33 -
System Red Green Blue C M Y K H S L
Decimal 48 134 7 0.64 0 0.95 0.47 100.63 0.9 0.28
Hex 30 86 7 40 0 5F 2F 65 5A 1C
Octal 60 206 7 100 0 137 57 145 132 34
Binary 110000 10000110 111 1000000 0 1011111 101111 1100101 1011010 11100

Color Harmonies of #308607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308607

Black with #308607

Text Example


Text Example

White with #308607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308607; }

 p { color: rgb(48,134,7); }

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

background-color css

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

 a { background-color: rgb(48,134,7); }

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

border-color css

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

 span { border-color: rgb(48,134,7); }

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