Html Css Color HEX #307615 Bilbao

📋 copy color: '#307615'

red 48 ◦ green 118 ◦ blue 21

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

Shades of Bilbao #307615

Tints of Bilbao #307615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 63.1%

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

R = 25.67%
G = 63.1%
B = 11.23%

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

#307615 (or 0x307615) is known color: Bilbao. HEX triplet: 30, 76 and 15. RGB value is (48,118,21). Sum of RGB (Red+Green+Blue) = 48+118+21=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #307615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307615 is #CF89EA. Grayscale: #565656. Windows color (decimal): -13601259 or 1406512. OLE color: 1406512.

HSL color Cylindrical-coordinate representation of color #307615: hue angle of 103.3º 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 #307615 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 21 -
CMYK 0.59 0 0.82 0.54
HSL 103.3º 0.7% 0.27% -
HSV(B) 103.3º 0.82% 0.46% -
XYZ 7.83 13.64 2.93 -
YUV 86.01 91.31 100.89 -
System Red Green Blue C M Y K H S L
Decimal 48 118 21 0.59 0 0.82 0.54 103.3 0.7 0.27
Hex 30 76 15 3B 0 52 36 67 46 1B
Octal 60 166 25 73 0 122 66 147 106 33
Binary 110000 1110110 10101 111011 0 1010010 110110 1100111 1000110 11011

Color Harmonies of #307615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307615

Black with #307615

Text Example


Text Example

White with #307615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307615; }

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

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

background-color css

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

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

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

border-color css

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

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

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