Html Css Color HEX #308B05 Bilbao

📋 copy color: '#308B05'

red 48 ◦ green 139 ◦ blue 5

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

Shades of Bilbao #308B05

Tints of Bilbao #308B05

RGB

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

 GREEN value IS 139 (54.69% from 255) = 72.4%

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

R = 25%
G = 72.4%
B = 2.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#308B05 (or 0x308B05) is known color: Bilbao. HEX triplet: 30, 8B and 05. RGB value is (48,139,5). Sum of RGB (Red+Green+Blue) = 48+139+5=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 139 (54.69% from 255 or 72.40% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 139 - color contains mainly: green. Hex color #308B05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308B05 is #CF74FA. Grayscale: #606060. Windows color (decimal): -13595899 or 363312. OLE color: 363312.

HSL color Cylindrical-coordinate representation of color #308B05: hue angle of 100.75º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #308B05 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 139 5 -
CMYK 0.65 0 0.96 0.45
HSL 100.75º 0.93% 0.28% -
HSV(B) 100.75º 0.96% 0.55% -
XYZ 10.48 19.1 3.28 -
YUV 96.52 76.35 93.4 -
System Red Green Blue C M Y K H S L
Decimal 48 139 5 0.65 0 0.96 0.45 100.75 0.93 0.28
Hex 30 8B 5 41 0 60 2D 65 5D 1C
Octal 60 213 5 101 0 140 55 145 135 34
Binary 110000 10001011 101 1000001 0 1100000 101101 1100101 1011101 11100

Color Harmonies of #308B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B05

Black with #308B05

Text Example


Text Example

White with #308B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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