Html Css Color HEX #308B19 Bilbao

📋 copy color: '#308B19'

red 48 ◦ green 139 ◦ blue 25

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

Shades of Bilbao #308B19

Tints of Bilbao #308B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.79%

R = 22.64%
G = 65.57%
B = 11.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#308B19 (or 0x308B19) is known color: Bilbao. HEX triplet: 30, 8B and 19. RGB value is (48,139,25). Sum of RGB (Red+Green+Blue) = 48+139+25=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 139 (54.69% from 255 or 65.57% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 139 - color contains mainly: green. Hex color #308B19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308B19 is #CF74E6. Grayscale: #636363. Windows color (decimal): -13595879 or 1674032. OLE color: 1674032.

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

Color convert

RGB 48 139 25 -
CMYK 0.65 0 0.82 0.45
HSL 107.89º 0.7% 0.32% -
HSV(B) 107.89º 0.82% 0.55% -
XYZ 10.63 19.16 4.06 -
YUV 98.8 86.35 91.77 -
System Red Green Blue C M Y K H S L
Decimal 48 139 25 0.65 0 0.82 0.45 107.89 0.7 0.32
Hex 30 8B 19 41 0 52 2D 6C 46 20
Octal 60 213 31 101 0 122 55 154 106 40
Binary 110000 10001011 11001 1000001 0 1010010 101101 1101100 1000110 100000

Color Harmonies of #308B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B19

Black with #308B19

Text Example


Text Example

White with #308B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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