Html Css Color HEX #308719 Bilbao

📋 copy color: '#308719'

red 48 ◦ green 135 ◦ blue 25

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

Shades of Bilbao #308719

Tints of Bilbao #308719

RGB

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

 GREEN value IS 135 (53.13% from 255) = 64.9%

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

R = 23.08%
G = 64.9%
B = 12.02%

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

#308719 (or 0x308719) is known color: Bilbao. HEX triplet: 30, 87 and 19. RGB value is (48,135,25). Sum of RGB (Red+Green+Blue) = 48+135+25=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #308719 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308719 is #CF78E6. Grayscale: #606060. Windows color (decimal): -13596903 or 1673008. OLE color: 1673008.

HSL color Cylindrical-coordinate representation of color #308719: hue angle of 107.45º 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 #308719 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 25 -
CMYK 0.64 0 0.81 0.47
HSL 107.45º 0.69% 0.31% -
HSV(B) 107.45º 0.81% 0.53% -
XYZ 10.06 18.03 3.87 -
YUV 96.45 87.68 93.44 -
System Red Green Blue C M Y K H S L
Decimal 48 135 25 0.64 0 0.81 0.47 107.45 0.69 0.31
Hex 30 87 19 40 0 51 2F 6B 45 1F
Octal 60 207 31 100 0 121 57 153 105 37
Binary 110000 10000111 11001 1000000 0 1010001 101111 1101011 1000101 11111

Color Harmonies of #308719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308719

Black with #308719

Text Example


Text Example

White with #308719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308719; }

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

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

background-color css

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

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

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

border-color css

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

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

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