Html Css Color HEX #308211 Bilbao

📋 copy color: '#308211'

red 48 ◦ green 130 ◦ blue 17

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

Shades of Bilbao #308211

Tints of Bilbao #308211

RGB

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

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

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

R = 24.62%
G = 66.67%
B = 8.72%

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

#308211 (or 0x308211) is known color: Bilbao. HEX triplet: 30, 82 and 11. RGB value is (48,130,17). Sum of RGB (Red+Green+Blue) = 48+130+17=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 130 (51.17% from 255 or 66.67% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 130 - color contains mainly: green. Hex color #308211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308211 is #CF7DEE. Grayscale: #5C5C5C. Windows color (decimal): -13598191 or 1147440. OLE color: 1147440.

HSL color Cylindrical-coordinate representation of color #308211: hue angle of 103.54º 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 #308211 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 17 -
CMYK 0.63 0 0.87 0.49
HSL 103.54º 0.77% 0.29% -
HSV(B) 103.54º 0.87% 0.51% -
XYZ 9.3 16.63 3.25 -
YUV 92.6 85.33 96.19 -
System Red Green Blue C M Y K H S L
Decimal 48 130 17 0.63 0 0.87 0.49 103.54 0.77 0.29
Hex 30 82 11 3F 0 57 31 68 4D 1D
Octal 60 202 21 77 0 127 61 150 115 35
Binary 110000 10000010 10001 111111 0 1010111 110001 1101000 1001101 11101

Color Harmonies of #308211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308211

Black with #308211

Text Example


Text Example

White with #308211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308211; }

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

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

background-color css

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

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

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

border-color css

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

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

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