Html Css Color HEX #307D0B Bilbao

📋 copy color: '#307D0B'

red 48 ◦ green 125 ◦ blue 11

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

Shades of Bilbao #307D0B

Tints of Bilbao #307D0B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 67.93%

 BLUE value IS 11 (4.69% from 255) = 5.98%

R = 26.09%
G = 67.93%
B = 5.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#307D0B (or 0x307D0B) is known color: Bilbao. HEX triplet: 30, 7D and 0B. RGB value is (48,125,11). Sum of RGB (Red+Green+Blue) = 48+125+11=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 125 (49.22% from 255 or 67.93% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 125 - color contains mainly: green. Hex color #307D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307D0B is #CF82F4. Grayscale: #595959. Windows color (decimal): -13599477 or 752944. OLE color: 752944.

HSL color Cylindrical-coordinate representation of color #307D0B: hue angle of 100.53º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #307D0B is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 125 11 -
CMYK 0.62 0 0.91 0.51
HSL 100.53º 0.84% 0.27% -
HSV(B) 100.53º 0.91% 0.49% -
XYZ 8.61 15.32 2.82 -
YUV 88.98 83.99 98.77 -
System Red Green Blue C M Y K H S L
Decimal 48 125 11 0.62 0 0.91 0.51 100.53 0.84 0.27
Hex 30 7D B 3E 0 5B 33 65 54 1B
Octal 60 175 13 76 0 133 63 145 124 33
Binary 110000 1111101 1011 111110 0 1011011 110011 1100101 1010100 11011

Color Harmonies of #307D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307D0B

Black with #307D0B

Text Example


Text Example

White with #307D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307D0B; }

 p { color: rgb(48,125,11); }

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

background-color css

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

 a { background-color: rgb(48,125,11); }

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

border-color css

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

 span { border-color: rgb(48,125,11); }

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