Html Css Color HEX #308910 Bilbao

📋 copy color: '#308910'

red 48 ◦ green 137 ◦ blue 16

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

Shades of Bilbao #308910

Tints of Bilbao #308910

RGB

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

 GREEN value IS 137 (53.91% from 255) = 68.16%

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

R = 23.88%
G = 68.16%
B = 7.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#308910 (or 0x308910) is known color: Bilbao. HEX triplet: 30, 89 and 10. RGB value is (48,137,16). Sum of RGB (Red+Green+Blue) = 48+137+16=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 137 (53.91% from 255 or 68.16% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 137 - color contains mainly: green. Hex color #308910 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308910 is #CF76EF. Grayscale: #606060. Windows color (decimal): -13596400 or 1083696. OLE color: 1083696.

HSL color Cylindrical-coordinate representation of color #308910: hue angle of 104.13º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #308910 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 137 16 -
CMYK 0.65 0 0.88 0.46
HSL 104.13º 0.79% 0.3% -
HSV(B) 104.13º 0.88% 0.54% -
XYZ 10.26 18.56 3.53 -
YUV 96.6 82.51 93.34 -
System Red Green Blue C M Y K H S L
Decimal 48 137 16 0.65 0 0.88 0.46 104.13 0.79 0.3
Hex 30 89 10 41 0 58 2E 68 4F 1E
Octal 60 211 20 101 0 130 56 150 117 36
Binary 110000 10001001 10000 1000001 0 1011000 101110 1101000 1001111 11110

Color Harmonies of #308910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308910

Black with #308910

Text Example


Text Example

White with #308910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308910; }

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

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

background-color css

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

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

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

border-color css

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

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

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