Html Css Color HEX #307C05 Bilbao

📋 copy color: '#307C05'

red 48 ◦ green 124 ◦ blue 5

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

Shades of Bilbao #307C05

Tints of Bilbao #307C05

RGB

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

 GREEN value IS 124 (48.83% from 255) = 70.06%

 BLUE value IS 5 (2.34% from 255) = 2.82%

R = 27.12%
G = 70.06%
B = 2.82%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#307C05 (or 0x307C05) is known color: Bilbao. HEX triplet: 30, 7C and 05. RGB value is (48,124,5). Sum of RGB (Red+Green+Blue) = 48+124+5=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 124 (48.83% from 255 or 70.06% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 124 - color contains mainly: green. Hex color #307C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307C05 is #CF83FA. Grayscale: #585858. Windows color (decimal): -13599739 or 359472. OLE color: 359472.

HSL color Cylindrical-coordinate representation of color #307C05: hue angle of 98.32º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #307C05 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 124 5 -
CMYK 0.61 0 0.96 0.51
HSL 98.32º 0.92% 0.25% -
HSV(B) 98.32º 0.96% 0.49% -
XYZ 8.45 15.05 2.6 -
YUV 87.71 81.32 99.68 -
System Red Green Blue C M Y K H S L
Decimal 48 124 5 0.61 0 0.96 0.51 98.32 0.92 0.25
Hex 30 7C 5 3D 0 60 33 62 5C 19
Octal 60 174 5 75 0 140 63 142 134 31
Binary 110000 1111100 101 111101 0 1100000 110011 1100010 1011100 11001

Color Harmonies of #307C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C05

Black with #307C05

Text Example


Text Example

White with #307C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,124,5); }

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

background-color css

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

 a { background-color: rgb(48,124,5); }

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

border-color css

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

 span { border-color: rgb(48,124,5); }

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