Html Css Color HEX #307213 Bilbao

📋 copy color: '#307213'

red 48 ◦ green 114 ◦ blue 19

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

Shades of Bilbao #307213

Tints of Bilbao #307213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 62.98%

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 26.52%
G = 62.98%
B = 10.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#307213 (or 0x307213) is known color: Bilbao. HEX triplet: 30, 72 and 13. RGB value is (48,114,19). Sum of RGB (Red+Green+Blue) = 48+114+19=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 114 (44.92% from 255 or 62.98% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 114 - color contains mainly: green. Hex color #307213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307213 is #CF8DEC. Grayscale: #535353. Windows color (decimal): -13602285 or 1274416. OLE color: 1274416.

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

Color convert

RGB 48 114 19 -
CMYK 0.58 0 0.83 0.55
HSL 101.68º 0.71% 0.26% -
HSV(B) 101.68º 0.83% 0.45% -
XYZ 7.35 12.71 2.68 -
YUV 83.44 91.63 102.72 -
System Red Green Blue C M Y K H S L
Decimal 48 114 19 0.58 0 0.83 0.55 101.68 0.71 0.26
Hex 30 72 13 3A 0 53 37 66 47 1A
Octal 60 162 23 72 0 123 67 146 107 32
Binary 110000 1110010 10011 111010 0 1010011 110111 1100110 1000111 11010

Color Harmonies of #307213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307213

Black with #307213

Text Example


Text Example

White with #307213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307213; }

 p { color: rgb(48,114,19); }

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

background-color css

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

 a { background-color: rgb(48,114,19); }

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

border-color css

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

 span { border-color: rgb(48,114,19); }

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