Html Css Color HEX #308308 Bilbao

📋 copy color: '#308308'

red 48 ◦ green 131 ◦ blue 8

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

Shades of Bilbao #308308

Tints of Bilbao #308308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 70.05%

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

R = 25.67%
G = 70.05%
B = 4.28%

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

#308308 (or 0x308308) is known color: Bilbao. HEX triplet: 30, 83 and 08. RGB value is (48,131,8). Sum of RGB (Red+Green+Blue) = 48+131+8=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 131 (51.56% from 255 or 70.05% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 131 - color contains mainly: green. Hex color #308308 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308308 is #CF7CF7. Grayscale: #5C5C5C. Windows color (decimal): -13597944 or 557872. OLE color: 557872.

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

Color convert

RGB 48 131 8 -
CMYK 0.63 0 0.94 0.49
HSL 100.49º 0.88% 0.27% -
HSV(B) 100.49º 0.94% 0.51% -
XYZ 9.38 16.88 2.99 -
YUV 92.16 80.5 96.5 -
System Red Green Blue C M Y K H S L
Decimal 48 131 8 0.63 0 0.94 0.49 100.49 0.88 0.27
Hex 30 83 8 3F 0 5E 31 64 58 1B
Octal 60 203 10 77 0 136 61 144 130 33
Binary 110000 10000011 1000 111111 0 1011110 110001 1100100 1011000 11011

Color Harmonies of #308308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308308

Black with #308308

Text Example


Text Example

White with #308308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308308; }

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

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

background-color css

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

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

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

border-color css

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

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

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