Html Css Color HEX #308619 Bilbao

📋 copy color: '#308619'

red 48 ◦ green 134 ◦ blue 25

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

Shades of Bilbao #308619

Tints of Bilbao #308619

RGB

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

 GREEN value IS 134 (52.73% from 255) = 64.73%

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

R = 23.19%
G = 64.73%
B = 12.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#308619 (or 0x308619) is known color: Bilbao. HEX triplet: 30, 86 and 19. RGB value is (48,134,25). Sum of RGB (Red+Green+Blue) = 48+134+25=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 134 (52.73% from 255 or 64.73% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 134 - color contains mainly: green. Hex color #308619 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308619 is #CF79E6. Grayscale: #606060. Windows color (decimal): -13597159 or 1672752. OLE color: 1672752.

HSL color Cylindrical-coordinate representation of color #308619: hue angle of 107.34º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #308619 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 25 -
CMYK 0.64 0 0.81 0.47
HSL 107.34º 0.69% 0.31% -
HSV(B) 107.34º 0.81% 0.53% -
XYZ 9.92 17.75 3.82 -
YUV 95.86 88.01 93.86 -
System Red Green Blue C M Y K H S L
Decimal 48 134 25 0.64 0 0.81 0.47 107.34 0.69 0.31
Hex 30 86 19 40 0 51 2F 6B 45 1F
Octal 60 206 31 100 0 121 57 153 105 37
Binary 110000 10000110 11001 1000000 0 1010001 101111 1101011 1000101 11111

Color Harmonies of #308619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308619

Black with #308619

Text Example


Text Example

White with #308619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308619; }

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

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

background-color css

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

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

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

border-color css

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

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

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