Html Css Color HEX #307515 Bilbao

📋 copy color: '#307515'

red 48 ◦ green 117 ◦ blue 21

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

Shades of Bilbao #307515

Tints of Bilbao #307515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.9%

 BLUE value IS 21 (8.59% from 255) = 11.29%

R = 25.81%
G = 62.9%
B = 11.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#307515 (or 0x307515) is known color: Bilbao. HEX triplet: 30, 75 and 15. RGB value is (48,117,21). Sum of RGB (Red+Green+Blue) = 48+117+21=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #307515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307515 is #CF8AEA. Grayscale: #555555. Windows color (decimal): -13601515 or 1406256. OLE color: 1406256.

HSL color Cylindrical-coordinate representation of color #307515: hue angle of 103.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #307515 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 21 -
CMYK 0.59 0 0.82 0.54
HSL 103.13º 0.7% 0.27% -
HSV(B) 103.13º 0.82% 0.46% -
XYZ 7.72 13.41 2.89 -
YUV 85.43 91.64 101.31 -
System Red Green Blue C M Y K H S L
Decimal 48 117 21 0.59 0 0.82 0.54 103.13 0.7 0.27
Hex 30 75 15 3B 0 52 36 67 46 1B
Octal 60 165 25 73 0 122 66 147 106 33
Binary 110000 1110101 10101 111011 0 1010010 110110 1100111 1000110 11011

Color Harmonies of #307515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307515

Black with #307515

Text Example


Text Example

White with #307515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307515; }

 p { color: rgb(48,117,21); }

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

background-color css

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

 a { background-color: rgb(48,117,21); }

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

border-color css

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

 span { border-color: rgb(48,117,21); }

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