Html Css Color HEX #307220 Bilbao

📋 copy color: '#307220'

red 48 ◦ green 114 ◦ blue 32

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

Shades of Bilbao #307220

Tints of Bilbao #307220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.49%

R = 24.74%
G = 58.76%
B = 16.49%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#307220 (or 0x307220) is known color: Bilbao. HEX triplet: 30, 72 and 20. RGB value is (48,114,32). Sum of RGB (Red+Green+Blue) = 48+114+32=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #307220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307220 is #CF8DDF. Grayscale: #555555. Windows color (decimal): -13602272 or 2126384. OLE color: 2126384.

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

Color convert

RGB 48 114 32 -
CMYK 0.58 0 0.72 0.55
HSL 108.29º 0.56% 0.29% -
HSV(B) 108.29º 0.72% 0.45% -
XYZ 7.5 12.77 3.44 -
YUV 84.92 98.13 101.67 -
System Red Green Blue C M Y K H S L
Decimal 48 114 32 0.58 0 0.72 0.55 108.29 0.56 0.29
Hex 30 72 20 3A 0 48 37 6C 38 1D
Octal 60 162 40 72 0 110 67 154 70 35
Binary 110000 1110010 100000 111010 0 1001000 110111 1101100 111000 11101

Color Harmonies of #307220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307220

Black with #307220

Text Example


Text Example

White with #307220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307220; }

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

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

background-color css

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

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

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

border-color css

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

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

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