Html Css Color HEX #307808 Bilbao

📋 copy color: '#307808'

red 48 ◦ green 120 ◦ blue 8

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

Shades of Bilbao #307808

Tints of Bilbao #307808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 68.18%

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

R = 27.27%
G = 68.18%
B = 4.55%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#307808 (or 0x307808) is known color: Bilbao. HEX triplet: 30, 78 and 08. RGB value is (48,120,8). Sum of RGB (Red+Green+Blue) = 48+120+8=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 120 (47.27% from 255 or 68.18% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 120 - color contains mainly: green. Hex color #307808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307808 is #CF87F7. Grayscale: #565656. Windows color (decimal): -13600760 or 555056. OLE color: 555056.

HSL color Cylindrical-coordinate representation of color #307808: hue angle of 98.57º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #307808 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 120 8 -
CMYK 0.60 0 0.93 0.53
HSL 98.57º 0.88% 0.25% -
HSV(B) 98.57º 0.93% 0.47% -
XYZ 7.98 14.08 2.53 -
YUV 85.7 84.15 101.11 -
System Red Green Blue C M Y K H S L
Decimal 48 120 8 0.60 0 0.93 0.53 98.57 0.88 0.25
Hex 30 78 8 3C 0 5D 35 63 58 19
Octal 60 170 10 74 0 135 65 143 130 31
Binary 110000 1111000 1000 111100 0 1011101 110101 1100011 1011000 11001

Color Harmonies of #307808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307808

Black with #307808

Text Example


Text Example

White with #307808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307808; }

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

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

background-color css

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

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

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

border-color css

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

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

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