Html Css Color HEX #307318 Bilbao

📋 copy color: '#307318'

red 48 ◦ green 115 ◦ blue 24

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

Shades of Bilbao #307318

Tints of Bilbao #307318

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.5%

 BLUE value IS 24 (9.77% from 255) = 12.83%

R = 25.67%
G = 61.5%
B = 12.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#307318 (or 0x307318) is known color: Bilbao. HEX triplet: 30, 73 and 18. RGB value is (48,115,24). Sum of RGB (Red+Green+Blue) = 48+115+24=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #307318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307318 is #CF8CE7. Grayscale: #545454. Windows color (decimal): -13602024 or 1602352. OLE color: 1602352.

HSL color Cylindrical-coordinate representation of color #307318: hue angle of 104.18º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #307318 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 24 -
CMYK 0.58 0 0.79 0.55
HSL 104.18º 0.65% 0.27% -
HSV(B) 104.18º 0.79% 0.45% -
XYZ 7.51 12.96 2.97 -
YUV 84.59 93.8 101.9 -
System Red Green Blue C M Y K H S L
Decimal 48 115 24 0.58 0 0.79 0.55 104.18 0.65 0.27
Hex 30 73 18 3A 0 4F 37 68 41 1B
Octal 60 163 30 72 0 117 67 150 101 33
Binary 110000 1110011 11000 111010 0 1001111 110111 1101000 1000001 11011

Color Harmonies of #307318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307318

Black with #307318

Text Example


Text Example

White with #307318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307318; }

 p { color: rgb(48,115,24); }

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

background-color css

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

 a { background-color: rgb(48,115,24); }

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

border-color css

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

 span { border-color: rgb(48,115,24); }

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