Html Css Color HEX #309205 Bilbao

📋 copy color: '#309205'

red 48 ◦ green 146 ◦ blue 5

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

Shades of Bilbao #309205

Tints of Bilbao #309205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 73.37%

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

R = 24.12%
G = 73.37%
B = 2.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#309205 (or 0x309205) is known color: Bilbao. HEX triplet: 30, 92 and 05. RGB value is (48,146,5). Sum of RGB (Red+Green+Blue) = 48+146+5=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 146 (57.42% from 255 or 73.37% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 146 - color contains mainly: green. Hex color #309205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309205 is #CF6DFA. Grayscale: #656565. Windows color (decimal): -13594107 or 365104. OLE color: 365104.

HSL color Cylindrical-coordinate representation of color #309205: hue angle of 101.7º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #309205 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 5 -
CMYK 0.67 0 0.97 0.43
HSL 101.7º 0.93% 0.3% -
HSV(B) 101.7º 0.97% 0.57% -
XYZ 11.53 21.2 3.63 -
YUV 100.62 74.03 90.46 -
System Red Green Blue C M Y K H S L
Decimal 48 146 5 0.67 0 0.97 0.43 101.7 0.93 0.3
Hex 30 92 5 43 0 61 2B 66 5D 1E
Octal 60 222 5 103 0 141 53 146 135 36
Binary 110000 10010010 101 1000011 0 1100001 101011 1100110 1011101 11110

Color Harmonies of #309205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309205

Black with #309205

Text Example


Text Example

White with #309205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309205; }

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

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

background-color css

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

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

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

border-color css

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

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

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