Html Css Color HEX #308809 Bilbao

📋 copy color: '#308809'

red 48 ◦ green 136 ◦ blue 9

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

Shades of Bilbao #308809

Tints of Bilbao #308809

RGB

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

 GREEN value IS 136 (53.52% from 255) = 70.47%

 BLUE value IS 9 (3.91% from 255) = 4.66%

R = 24.87%
G = 70.47%
B = 4.66%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#308809 (or 0x308809) is known color: Bilbao. HEX triplet: 30, 88 and 09. RGB value is (48,136,9). Sum of RGB (Red+Green+Blue) = 48+136+9=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 136 (53.52% from 255 or 70.47% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 136 - color contains mainly: green. Hex color #308809 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308809 is #CF77F6. Grayscale: #5F5F5F. Windows color (decimal): -13596663 or 624688. OLE color: 624688.

HSL color Cylindrical-coordinate representation of color #308809: hue angle of 101.57º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #308809 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 136 9 -
CMYK 0.65 0 0.93 0.47
HSL 101.57º 0.88% 0.28% -
HSV(B) 101.57º 0.93% 0.53% -
XYZ 10.07 18.26 3.25 -
YUV 95.21 79.35 94.33 -
System Red Green Blue C M Y K H S L
Decimal 48 136 9 0.65 0 0.93 0.47 101.57 0.88 0.28
Hex 30 88 9 41 0 5D 2F 66 58 1C
Octal 60 210 11 101 0 135 57 146 130 34
Binary 110000 10001000 1001 1000001 0 1011101 101111 1100110 1011000 11100

Color Harmonies of #308809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308809

Black with #308809

Text Example


Text Example

White with #308809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308809; }

 p { color: rgb(48,136,9); }

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

background-color css

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

 a { background-color: rgb(48,136,9); }

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

border-color css

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

 span { border-color: rgb(48,136,9); }

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