Html Css Color HEX #308B08 Bilbao

📋 copy color: '#308B08'

red 48 ◦ green 139 ◦ blue 8

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

Shades of Bilbao #308B08

Tints of Bilbao #308B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.1%

R = 24.62%
G = 71.28%
B = 4.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#308B08 (or 0x308B08) is known color: Bilbao. HEX triplet: 30, 8B and 08. RGB value is (48,139,8). Sum of RGB (Red+Green+Blue) = 48+139+8=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 139 (54.69% from 255 or 71.28% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 139 - color contains mainly: green. Hex color #308B08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308B08 is #CF74F7. Grayscale: #616161. Windows color (decimal): -13595896 or 559920. OLE color: 559920.

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

Color convert

RGB 48 139 8 -
CMYK 0.65 0 0.94 0.45
HSL 101.68º 0.89% 0.29% -
HSV(B) 101.68º 0.94% 0.55% -
XYZ 10.5 19.11 3.37 -
YUV 96.86 77.85 93.15 -
System Red Green Blue C M Y K H S L
Decimal 48 139 8 0.65 0 0.94 0.45 101.68 0.89 0.29
Hex 30 8B 8 41 0 5E 2D 66 59 1D
Octal 60 213 10 101 0 136 55 146 131 35
Binary 110000 10001011 1000 1000001 0 1011110 101101 1100110 1011001 11101

Color Harmonies of #308B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B08

Black with #308B08

Text Example


Text Example

White with #308B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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