Html Css Color HEX #307200 Bilbao

📋 copy color: '#307200'

red 48 ◦ green 114 ◦ blue 0

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

Shades of Bilbao #307200

Tints of Bilbao #307200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 70.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.63%
G = 70.37%
B = 0%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#307200 (or 0x307200) is known color: Bilbao. HEX triplet: 30, 72 and 00. RGB value is (48,114,0). Sum of RGB (Red+Green+Blue) = 48+114+0=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 114 (44.92% from 255 or 70.37% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 114 - color contains mainly: green. Hex color #307200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307200 is #CF8DFF. Grayscale: #515151. Windows color (decimal): -13602304 or 29232. OLE color: 29232.

HSL color Cylindrical-coordinate representation of color #307200: hue angle of 94.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #307200 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 114 0 -
CMYK 0.58 0 1 0.55
HSL 94.74º 1% 0.22% -
HSV(B) 94.74º 1% 0.45% -
XYZ 7.24 12.66 2.06 -
YUV 81.27 82.13 104.27 -
System Red Green Blue C M Y K H S L
Decimal 48 114 0 0.58 0 1 0.55 94.74 1 0.22
Hex 30 72 0 3A 0 64 37 5F 64 16
Octal 60 162 0 72 0 144 67 137 144 26
Binary 110000 1110010 0 111010 0 1100100 110111 1011111 1100100 10110

Color Harmonies of #307200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307200

Black with #307200

Text Example


Text Example

White with #307200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307200; }

 p { color: rgb(48,114,0); }

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

background-color css

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

 a { background-color: rgb(48,114,0); }

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

border-color css

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

 span { border-color: rgb(48,114,0); }

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