Html Css Color HEX #308808 Bilbao

📋 copy color: '#308808'

red 48 ◦ green 136 ◦ blue 8

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

Shades of Bilbao #308808

Tints of Bilbao #308808

RGB

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

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

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

R = 25%
G = 70.83%
B = 4.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#308808 (or 0x308808) is known color: Bilbao. HEX triplet: 30, 88 and 08. RGB value is (48,136,8). Sum of RGB (Red+Green+Blue) = 48+136+8=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 136 (53.52% from 255 or 70.83% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 136 - color contains mainly: green. Hex color #308808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308808 is #CF77F7. Grayscale: #5F5F5F. Windows color (decimal): -13596664 or 559152. OLE color: 559152.

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

Color convert

RGB 48 136 8 -
CMYK 0.65 0 0.94 0.47
HSL 101.25º 0.89% 0.28% -
HSV(B) 101.25º 0.94% 0.53% -
XYZ 10.07 18.25 3.22 -
YUV 95.1 78.85 94.41 -
System Red Green Blue C M Y K H S L
Decimal 48 136 8 0.65 0 0.94 0.47 101.25 0.89 0.28
Hex 30 88 8 41 0 5E 2F 65 59 1C
Octal 60 210 10 101 0 136 57 145 131 34
Binary 110000 10001000 1000 1000001 0 1011110 101111 1100101 1011001 11100

Color Harmonies of #308808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308808

Black with #308808

Text Example


Text Example

White with #308808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308808; }

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

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

background-color css

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

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

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

border-color css

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

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

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