Html Css Color HEX #307910 Bilbao

📋 copy color: '#307910'

red 48 ◦ green 121 ◦ blue 16

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

Shades of Bilbao #307910

Tints of Bilbao #307910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 65.41%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 25.95%
G = 65.41%
B = 8.65%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#307910 (or 0x307910) is known color: Bilbao. HEX triplet: 30, 79 and 10. RGB value is (48,121,16). Sum of RGB (Red+Green+Blue) = 48+121+16=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 121 (47.66% from 255 or 65.41% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 121 - color contains mainly: green. Hex color #307910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307910 is #CF86EF. Grayscale: #575757. Windows color (decimal): -13600496 or 1079600. OLE color: 1079600.

HSL color Cylindrical-coordinate representation of color #307910: hue angle of 101.71º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #307910 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 121 16 -
CMYK 0.60 0 0.87 0.53
HSL 101.71º 0.77% 0.27% -
HSV(B) 101.71º 0.87% 0.47% -
XYZ 8.15 14.34 2.83 -
YUV 87.2 87.82 100.04 -
System Red Green Blue C M Y K H S L
Decimal 48 121 16 0.60 0 0.87 0.53 101.71 0.77 0.27
Hex 30 79 10 3C 0 57 35 66 4D 1B
Octal 60 171 20 74 0 127 65 146 115 33
Binary 110000 1111001 10000 111100 0 1010111 110101 1100110 1001101 11011

Color Harmonies of #307910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307910

Black with #307910

Text Example


Text Example

White with #307910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307910; }

 p { color: rgb(48,121,16); }

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

background-color css

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

 a { background-color: rgb(48,121,16); }

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

border-color css

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

 span { border-color: rgb(48,121,16); }

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