Html Css Color HEX #308805 Bilbao

📋 copy color: '#308805'

red 48 ◦ green 136 ◦ blue 5

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

Shades of Bilbao #308805

Tints of Bilbao #308805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.65%

R = 25.4%
G = 71.96%
B = 2.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#308805 (or 0x308805) is known color: Bilbao. HEX triplet: 30, 88 and 05. RGB value is (48,136,5). Sum of RGB (Red+Green+Blue) = 48+136+5=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 136 (53.52% from 255 or 71.96% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 136 - color contains mainly: green. Hex color #308805 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308805 is #CF77FA. Grayscale: #5F5F5F. Windows color (decimal): -13596667 or 362544. OLE color: 362544.

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

Color convert

RGB 48 136 5 -
CMYK 0.65 0 0.96 0.47
HSL 100.31º 0.93% 0.28% -
HSV(B) 100.31º 0.96% 0.53% -
XYZ 10.05 18.25 3.14 -
YUV 94.75 77.35 94.65 -
System Red Green Blue C M Y K H S L
Decimal 48 136 5 0.65 0 0.96 0.47 100.31 0.93 0.28
Hex 30 88 5 41 0 60 2F 64 5D 1C
Octal 60 210 5 101 0 140 57 144 135 34
Binary 110000 10001000 101 1000001 0 1100000 101111 1100100 1011101 11100

Color Harmonies of #308805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308805

Black with #308805

Text Example


Text Example

White with #308805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308805; }

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

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

background-color css

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

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

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

border-color css

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

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

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