Html Css Color HEX #308408 Bilbao

📋 copy color: '#308408'

red 48 ◦ green 132 ◦ blue 8

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

Shades of Bilbao #308408

Tints of Bilbao #308408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 70.21%

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

R = 25.53%
G = 70.21%
B = 4.26%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#308408 (or 0x308408) is known color: Bilbao. HEX triplet: 30, 84 and 08. RGB value is (48,132,8). Sum of RGB (Red+Green+Blue) = 48+132+8=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 132 (51.95% from 255 or 70.21% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 132 - color contains mainly: green. Hex color #308408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308408 is #CF7BF7. Grayscale: #5D5D5D. Windows color (decimal): -13597688 or 558128. OLE color: 558128.

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

Color convert

RGB 48 132 8 -
CMYK 0.64 0 0.94 0.48
HSL 100.65º 0.89% 0.27% -
HSV(B) 100.65º 0.94% 0.52% -
XYZ 9.51 17.15 3.04 -
YUV 92.75 80.17 96.08 -
System Red Green Blue C M Y K H S L
Decimal 48 132 8 0.64 0 0.94 0.48 100.65 0.89 0.27
Hex 30 84 8 40 0 5E 30 65 59 1B
Octal 60 204 10 100 0 136 60 145 131 33
Binary 110000 10000100 1000 1000000 0 1011110 110000 1100101 1011001 11011

Color Harmonies of #308408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308408

Black with #308408

Text Example


Text Example

White with #308408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308408; }

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

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

background-color css

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

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

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

border-color css

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

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

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