Html Css Color HEX #308207 Bilbao

📋 copy color: '#308207'

red 48 ◦ green 130 ◦ blue 7

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

Shades of Bilbao #308207

Tints of Bilbao #308207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.78%

R = 25.95%
G = 70.27%
B = 3.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#308207 (or 0x308207) is known color: Bilbao. HEX triplet: 30, 82 and 07. RGB value is (48,130,7). Sum of RGB (Red+Green+Blue) = 48+130+7=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #308207 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308207 is #CF7DF8. Grayscale: #5B5B5B. Windows color (decimal): -13598201 or 492080. OLE color: 492080.

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

Color convert

RGB 48 130 7 -
CMYK 0.63 0 0.95 0.49
HSL 100º 0.9% 0.27% -
HSV(B) 100º 0.95% 0.51% -
XYZ 9.24 16.61 2.92 -
YUV 91.46 80.33 97 -
System Red Green Blue C M Y K H S L
Decimal 48 130 7 0.63 0 0.95 0.49 100 0.9 0.27
Hex 30 82 7 3F 0 5F 31 64 5A 1B
Octal 60 202 7 77 0 137 61 144 132 33
Binary 110000 10000010 111 111111 0 1011111 110001 1100100 1011010 11011

Color Harmonies of #308207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308207

Black with #308207

Text Example


Text Example

White with #308207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308207; }

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

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

background-color css

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

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

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

border-color css

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

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

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