Html Css Color HEX #308208 Bilbao

📋 copy color: '#308208'

red 48 ◦ green 130 ◦ blue 8

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

Shades of Bilbao #308208

Tints of Bilbao #308208

RGB

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

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

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

R = 25.81%
G = 69.89%
B = 4.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#308208 (or 0x308208) is known color: Bilbao. HEX triplet: 30, 82 and 08. RGB value is (48,130,8). Sum of RGB (Red+Green+Blue) = 48+130+8=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 130 (51.17% from 255 or 69.89% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 130 - color contains mainly: green. Hex color #308208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308208 is #CF7DF7. Grayscale: #5B5B5B. Windows color (decimal): -13598200 or 557616. OLE color: 557616.

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

Color convert

RGB 48 130 8 -
CMYK 0.63 0 0.94 0.49
HSL 100.33º 0.88% 0.27% -
HSV(B) 100.33º 0.94% 0.51% -
XYZ 9.25 16.61 2.95 -
YUV 91.57 80.83 96.92 -
System Red Green Blue C M Y K H S L
Decimal 48 130 8 0.63 0 0.94 0.49 100.33 0.88 0.27
Hex 30 82 8 3F 0 5E 31 64 58 1B
Octal 60 202 10 77 0 136 61 144 130 33
Binary 110000 10000010 1000 111111 0 1011110 110001 1100100 1011000 11011

Color Harmonies of #308208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308208

Black with #308208

Text Example


Text Example

White with #308208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308208; }

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

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

background-color css

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

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

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

border-color css

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

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

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