Html Css Color HEX #306E13 Bilbao

📋 copy color: '#306E13'

red 48 ◦ green 110 ◦ blue 19

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

Shades of Bilbao #306E13

Tints of Bilbao #306E13

RGB

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

 GREEN value IS 110 (43.36% from 255) = 62.15%

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

R = 27.12%
G = 62.15%
B = 10.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#306E13 (or 0x306E13) is known color: Bilbao. HEX triplet: 30, 6E and 13. RGB value is (48,110,19). Sum of RGB (Red+Green+Blue) = 48+110+19=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 110 (43.36% from 255 or 62.15% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 110 - color contains mainly: green. Hex color #306E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306E13 is #CF91EC. Grayscale: #515151. Windows color (decimal): -13603309 or 1273392. OLE color: 1273392.

HSL color Cylindrical-coordinate representation of color #306E13: hue angle of 100.88º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #306E13 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 110 19 -
CMYK 0.56 0 0.83 0.57
HSL 100.88º 0.71% 0.25% -
HSV(B) 100.88º 0.83% 0.43% -
XYZ 6.91 11.83 2.53 -
YUV 81.09 92.96 104.4 -
System Red Green Blue C M Y K H S L
Decimal 48 110 19 0.56 0 0.83 0.57 100.88 0.71 0.25
Hex 30 6E 13 38 0 53 39 65 47 19
Octal 60 156 23 70 0 123 71 145 107 31
Binary 110000 1101110 10011 111000 0 1010011 111001 1100101 1000111 11001

Color Harmonies of #306E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306E13

Black with #306E13

Text Example


Text Example

White with #306E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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