Html Css Color HEX #308111 Bilbao

📋 copy color: '#308111'

red 48 ◦ green 129 ◦ blue 17

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

Shades of Bilbao #308111

Tints of Bilbao #308111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 66.49%

 BLUE value IS 17 (7.03% from 255) = 8.76%

R = 24.74%
G = 66.49%
B = 8.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#308111 (or 0x308111) is known color: Bilbao. HEX triplet: 30, 81 and 11. RGB value is (48,129,17). Sum of RGB (Red+Green+Blue) = 48+129+17=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 129 (50.78% from 255 or 66.49% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 129 - color contains mainly: green. Hex color #308111 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308111 is #CF7EEE. Grayscale: #5C5C5C. Windows color (decimal): -13598447 or 1147184. OLE color: 1147184.

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

Color convert

RGB 48 129 17 -
CMYK 0.63 0 0.87 0.49
HSL 103.39º 0.77% 0.29% -
HSV(B) 103.39º 0.87% 0.51% -
XYZ 9.17 16.37 3.21 -
YUV 92.01 85.66 96.61 -
System Red Green Blue C M Y K H S L
Decimal 48 129 17 0.63 0 0.87 0.49 103.39 0.77 0.29
Hex 30 81 11 3F 0 57 31 67 4D 1D
Octal 60 201 21 77 0 127 61 147 115 35
Binary 110000 10000001 10001 111111 0 1010111 110001 1100111 1001101 11101

Color Harmonies of #308111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308111

Black with #308111

Text Example


Text Example

White with #308111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308111; }

 p { color: rgb(48,129,17); }

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

background-color css

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

 a { background-color: rgb(48,129,17); }

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

border-color css

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

 span { border-color: rgb(48,129,17); }

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